aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/compatibility
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14592][SQL] Native support for CREATE TABLE LIKE DDL commandLiang-Chi Hsieh2016-04-141-1/+3
* [SPARK-14388][SQL] Implement CREATE TABLEAndrew Or2016-04-131-62/+66
* [SPARK-14132][SPARK-14133][SQL] Alter table partition DDLsAndrew Or2016-04-111-3/+7
* [SPARK-14396][SQL] Throw Exceptions for DDLs of Partitioned Viewsgatorsmile2016-04-051-3/+5
* [SPARK-14129][SPARK-14128][SQL] Alter table DDL commandsAndrew Or2016-04-051-4/+6
* [SPARK-14341][SQL] Throw exception on unsupported create / drop macro ddlbomeng2016-04-031-2/+4
* [SPARK-14070][SQL] Use ORC data source for SQL queries on ORC tablesTejas Patil2016-04-011-1/+7
* [SPARK-14133][SQL] Throws exception for unsupported create/drop/alter index ,...sureshthalamati2016-04-011-4/+6
* [SPARK-14119][SPARK-14120][SPARK-14122][SQL] Throw exception on unsupported D...Andrew Or2016-03-281-8/+9
* [SPARK-14137] [SPARK-14150] [SQL] Infer IsNotNull constraints from non-nullab...Sameer Agarwal2016-03-251-3/+1
* [SPARK-13919] [SQL] fix column pruning through filterDavies Liu2016-03-251-1/+3
* [SPARK-14014][SQL] Integrate session catalog (attempt #2)Andrew Or2016-03-241-10/+13
* [SPARK-14038][SQL] enable native view by defaultWenchen Fan2016-03-221-3/+6
* [SPARK-13526][SQL] Move SQLContext per-session states to new classAndrew Or2016-02-271-2/+2
* [SPARK-13486][SQL] Move SQLConf into an internal packageReynold Xin2016-02-251-1/+1
* [SPARK-13475][TESTS][SQL] HiveCompatibilitySuite should still run in PR build...Yin Huai2016-02-241-2/+0
* [SPARK-12706] [SQL] grouping() and grouping_id()Davies Liu2016-02-101-3/+5
* [SPARK-12913] [SQL] Improve performance of stat functionsDavies Liu2016-02-021-1/+3
* [SPARK-12848][SQL] Change parsed decimal literal datatype from Double to DecimalHerman van Hovell2016-01-202-6/+9
* [SPARK-12575][SQL] Grammar parity with existing SQL parserHerman van Hovell2016-01-151-1/+3
* [SPARK-12593][SQL] Converts resolved logical plan back to SQLCheng Lian2016-01-082-4/+9
* [SPARK-12480][SQL] add Hash expression that can calculate hash value for a gr...Wenchen Fan2016-01-041-0/+3
* [SPARK-12362][SQL][WIP] Inline Hive ParserHerman van Hovell2016-01-011-4/+6
* Revert "[SPARK-12362][SQL][WIP] Inline Hive Parser"Reynold Xin2015-12-301-6/+4
* [SPARK-12362][SQL][WIP] Inline Hive ParserNong Li2015-12-291-4/+6
* [SPARK-8641][SQL] Native Spark Window functionsHerman van Hovell2015-12-171-2/+8
* [SPARK-9034][SQL] Reflect field names defined in GenericUDTFnavis.ryu2015-11-021-0/+1
* [SPARK-9298][SQL] Add pearson correlation aggregation functionLiang-Chi Hsieh2015-11-011-2/+5
* [SPARK-10641][SQL] Add Skewness and Kurtosis Supportsethah2015-10-291-1/+0
* [SPARK-10151][SQL] Support invocation of hive macronavis.ryu2015-10-211-0/+1
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-10-071-0/+2
* Revert "[SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests....Marcelo Vanzin2015-09-151-2/+0
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-09-151-0/+2
* [SPARK-10378][SQL][Test] Remove HashJoinCompatibilitySuite.Reynold Xin2015-08-311-169/+0
* [SPARK-9141] [SQL] Remove project collapsing from DataFrame APIMichael Armbrust2015-08-051-0/+5
* [SPARK-8246] [SQL] Implement get_json_objectDavies Liu2015-08-041-0/+3
* [SPARK-8064] [SQL] Build against Hive 1.2.1Steve Loughran2015-08-031-1/+28
* [SPARK-8185] [SPARK-8188] [SPARK-8191] [SQL] function datediff, to_utc_timest...Davies Liu2015-08-011-1/+3
* [SPARK-9233] [SQL] Enable code-gen in window function unit testsYin Huai2015-07-311-33/+5
* [SPARK-9418][SQL] Use sort-merge join as the default shuffle join.Reynold Xin2015-07-281-4/+4
* [SPARK-8828] [SQL] Revert SPARK-5680Yijie Shen2015-07-271-1/+0
* [SPARK-4233] [SPARK-4367] [SPARK-3947] [SPARK-3056] [SQL] Aggregation Improve...Yin Huai2015-07-212-0/+8
* [SPARK-8241][SQL] string function: concat_ws.Reynold Xin2015-07-191-3/+1
* [SPARK-8199][SPARK-8184][SPARK-8183][SPARK-8182][SPARK-8181][SPARK-8180][SPAR...Tarek Auel2015-07-181-2/+7
* [SPARK-8240][SQL] string function: concatReynold Xin2015-07-181-1/+3
* [SPARK-8280][SPARK-8281][SQL]Handle NaN, null and Infinity in mathYijie Shen2015-07-171-5/+7
* [SPARK-8279][SQL]Add math function roundYijie Shen2015-07-141-5/+2
* [SPARK-8866][SQL] use 1us precision for timestamp typeYijie Shen2015-07-081-3/+3
* [SPARK-8227] [SQL] Add function unhexzhichao.li2015-07-011-0/+1
* [SPARK-7859] [SQL] Collect_set() behavior differences which fails the unit te...Cheng Hao2015-06-221-0/+8