aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19830][SQL] Add parseTableSchema API to ParserInterfaceXiao Li2017-03-163-1/+104
* [SPARK-19751][SQL] Throw an exception if bean class has one's own class in fi...Takeshi Yamamuro2017-03-161-6/+13
* [SPARK-19961][SQL][MINOR] unify a erro msg when drop databse for HiveExternal...windpiger2017-03-161-1/+1
* [SPARK-13450] Introduce ExternalAppendOnlyUnsafeRowArray. Change CartesianPro...Tejas Patil2017-03-151-0/+30
* [SPARK-19877][SQL] Restrict the nested level of a viewjiangxingbo2017-03-143-5/+26
* [SPARK-19887][SQL] dynamic partition keys can be null or empty stringWenchen Fan2017-03-152-3/+8
* [SPARK-19817][SQL] Make it clear that `timeZone` option is a general option i...Takuya UESHIN2017-03-144-6/+13
* [SPARK-18966][SQL] NOT IN subquery with correlated expressions may return inc...Nattavut Sutyanyong2017-03-141-4/+9
* [SPARK-19933][SQL] Do not change output of a subqueryHerman van Hovell2017-03-143-3/+28
* [SPARK-18874][SQL] Fix 2.10 build after moving the subquery rules to optimiza...Herman van Hovell2017-03-141-2/+2
* [SPARK-19850][SQL] Allow the use of aliases in SQL function callsHerman van Hovell2017-03-143-5/+8
* [SPARK-19944][SQL] Move SQLConf from sql/core to sql/catalystReynold Xin2017-03-145-93/+1200
* [SPARK-18874][SQL] First phase: Deferring the correlated predicate pull up to...Nattavut Sutyanyong2017-03-1410-294/+667
* [SPARK-17495][SQL] Support date, timestamp and interval types in Hive hashTejas Patil2017-03-122-11/+268
* [SPARK-19893][SQL] should not run DataFrame set oprations with map typeWenchen Fan2017-03-101-3/+22
* [SPARK-19008][SQL] Improve performance of Dataset.map by eliminating boxing/u...Kazuaki Ishizaki2017-03-091-1/+37
* [SPARK-19611][SQL] Introduce configurable table schema inferenceBudde2017-03-095-4/+47
* [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