aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19763][SQL] qualified external datasource table location stored in cat...windpiger2017-03-091-1/+13
* [SPARK-19859][SS][FOLLOW-UP] The new watermark should override the old one.uncleGen2017-03-081-1/+8
* [SPARK-19540][SQL] Add ability to clone SparkSession wherein cloned session h...Kunal Khamar2017-03-084-5/+100
* [SPARK-19858][SS] Add output mode to flatMapGroupsWithState and disallow inva...Shixiong Zhu2017-03-085-23/+344
* [SPARK-19727][SQL] Fix for round function that modifies original columnWojtek Szymanski2017-03-086-25/+42
* [SPARK-19601][SQL] Fix CollapseRepartition rule to preserve shuffle-enabled R...Xiao Li2017-03-084-38/+166
* [SPARK-19865][SQL] remove the view identifier in SubqueryAliasjiangxingbo2017-03-0812-40/+39
* [SPARK-17080][SQL] join reorderwangzhenhua2017-03-086-3/+504
* [SPARK-18055][SQL] Use correct mirror in ExpresionEncoderMichael Armbrust2017-03-081-2/+2
* [SPARK-19859][SS] The new watermark should override the old oneShixiong Zhu2017-03-071-0/+7
* [SPARK-19843][SQL] UTF8String => (int / long) conversion expensive for invali...Tejas Patil2017-03-071-31/+50
* [SPARK-19637][SQL] Add to_json in FunctionRegistryTakeshi Yamamuro2017-03-072-2/+42
* [SPARK-17075][SQL][FOLLOWUP] fix filter estimation issueswangzhenhua2017-03-062-274/+297
* [SPARK-19350][SQL] Cardinality estimation of Limit and Samplewangzhenhua2017-03-063-79/+145
* [SPARK-19211][SQL] Explicitly prevent Insert into View or Create View As Insertjiangxingbo2017-03-061-1/+5
* [SPARK-19257][SQL] location for table/partition/database should be java.net.URIwindpiger2017-03-065-29/+56
* [SPARK-19737][SQL] New analysis rule for reporting unregistered functions wit...Cheng Lian2017-03-062-1/+43
* [SPARK-17495][SQL] Support Decimal type in Hive-hashTejas Patil2017-03-062-3/+99
* [SPARK-19595][SQL] Support json array in from_jsonhyukjinkwon2017-03-052-8/+107
* [SPARK-19254][SQL] Support Seq, Map, and Struct in functions.litTakeshi Yamamuro2017-03-052-12/+90
* [SPARK-18939][SQL] Timezone support in partition values.Takuya UESHIN2017-03-034-8/+11
* [SPARK-19758][SQL] Resolving timezone aware expressions with time zone when r...Liang-Chi Hsieh2017-03-033-22/+36
* [SPARK-19766][SQL] Constant alias columns in INNER JOIN should not be folded ...Stan Zhai2017-03-012-1/+15
* [SPARK-19678][SQL] remove MetastoreRelationWenchen Fan2017-02-285-38/+51
* [MINOR][BUILD] Fix lint-java breaks in Javahyukjinkwon2017-02-271-1/+1
* [SPARK-17075][SQL][FOLLOWUP] fix some minor issues and clean up the codeWenchen Fan2017-02-255-337/+296
* [SPARK-19735][SQL] Remove HOLD_DDLTIME from Catalog APIsXiao Li2017-02-243-12/+4
* [SPARK-17078][SQL] Show stats when explainwangzhenhua2017-02-245-14/+39
* [SPARK-17075][SQL] Follow up: fix file line ending and improve the testsShuai Lin2017-02-242-512/+533
* [SPARK-17495][SQL] Add more tests for hive hashTejas Patil2017-02-242-7/+251
* [SPARK-17075][SQL] implemented filter estimationRon Hu2017-02-234-1/+939
* [SPARK-19497][SS] Implement streaming deduplicationShixiong Zhu2017-02-235-4/+121
* [SPARK-19459] Support for nested char/varchar fields in ORCHerman van Hovell2017-02-232-15/+92
* [SPARK-19691][SQL] Fix ClassCastException when calculating percentile of deci...Takeshi Yamamuro2017-02-232-37/+40
* [SPARK-19695][SQL] Throw an exception if a `columnNameOfCorruptRecord` field ...Takeshi Yamamuro2017-02-221-1/+4
* [SPARK-19658][SQL] Set NumPartitions of RepartitionByExpression In ParserXiao Li2017-02-226-21/+25
* [SPARK-19666][SQL] Skip a property without getter in Java schema inference an...hyukjinkwon2017-02-221-24/+21
* [SPARK-13721][SQL] Make GeneratorOuter unresolved.Bogdan Raducanu2017-02-222-2/+8
* [SPARK-19598][SQL] Remove the alias parameter in UnresolvedRelationwindpiger2017-02-198-68/+45
* [SPARK-19447] Make Range operator generate "recordsRead" metricAla Luszczak2017-02-181-1/+3
* [SPARK-18352][SQL] Support parsing multiline json filesNathan Howell2017-02-164-127/+236
* [SPARK-19550][BUILD][CORE][WIP] Remove Java 7 supportSean Owen2017-02-161-6/+2
* [SPARK-19618][SQL] Inconsistency wrt max. buckets allowed from Dataframe API ...Tejas Patil2017-02-151-2/+3
* [SPARK-18937][SQL] Timezone support in CSV/JSON parsingTakuya UESHIN2017-02-154-28/+128
* [SPARK-19331][SQL][TESTS] Improve the test coverage of SQLViewSuitejiangxingbo2017-02-152-4/+9
* [SPARK-16475][SQL] broadcast hint for SQL queries - disallow space as the del...Liang-Chi Hsieh2017-02-152-3/+8
* [SPARK-17076][SQL] Cardinality estimation for join based on basic column stat...Zhenhua Wang2017-02-157-24/+801
* [SPARK-16475][SQL] broadcast hint for SQL queries - follow upReynold Xin2017-02-153-20/+18
* [SPARK-19318][SQL] Fix to treat JDBC connection properties specified by the u...sureshthalamati2017-02-142-11/+25
* [SPARK-16475][SQL] Broadcast hint for SQL QueriesReynold Xin2017-02-149-3/+314