aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-13651] Generator outputs are not resolved correctly resulting in run t...Dilip Biswal2016-03-071-0/+10
* [SPARK-13685][SQL] Rename catalog.Catalog to ExternalCatalogAndrew Or2016-03-074-13/+13
* Revert "[SPARK-13616][SQL] Let SQLBuilder convert logical plan without a proj...Cheng Lian2016-03-062-63/+1
* [SPARK-12720][SQL] SQL Generation Support for Cube, Rollup, and Grouping Setsgatorsmile2016-03-052-1/+218
* [SPARK-13633][SQL] Move things into catalyst.parser packageAndrew Or2016-03-042-2/+2
* [SPARK-12925] Improve HiveInspectors.unwrap for StringObjectInspector.…Rajesh Balamohan2016-03-041-2/+3
* [SPARK-13603][SQL] support SQL generation for subqueryDavies Liu2016-03-042-5/+21
* [SPARK-13601] [TESTS] use 1 partition in tests to avoid race conditionsDavies Liu2016-03-031-3/+4
* [SPARK-13632][SQL] Move commands.scala to command packageAndrew Or2016-03-0310-9/+12
* [SPARK-13543][SQL] Support for specifying compression codec for Parquet/ORC v...hyukjinkwon2016-03-033-2/+83
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-038-9/+11
* [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen2016-03-033-6/+5
* [SPARK-13616][SQL] Let SQLBuilder convert logical plan without a project on t...Liang-Chi Hsieh2016-03-022-1/+63
* [SPARK-13601] call failure callbacks before writer.close()Davies Liu2016-03-022-1/+84
* [SPARK-13535][SQL] Fix Analysis Exceptions when Using Backticks in Transform ...gatorsmile2016-03-023-4/+12
* [SPARK-13537][SQL] Fix readBytes in VectorizedPlainValuesReaderLiang-Chi Hsieh2016-02-281-0/+33
* [SPARK-13526][SQL] Move SQLContext per-session states to new classAndrew Or2016-02-275-88/+137
* [SPARK-13457][SQL] Removes DataFrame RDD operationsCheng Lian2016-02-274-4/+7
* [SPARK-12757] Add block-level read/write locks to BlockManagerJosh Rosen2016-02-251-1/+3
* Revert "[SPARK-13457][SQL] Removes DataFrame RDD operations"Davies Liu2016-02-254-7/+4
* [SPARK-13457][SQL] Removes DataFrame RDD operationsCheng Lian2016-02-254-4/+7
* [SPARK-13486][SQL] Move SQLConf into an internal packageReynold Xin2016-02-2518-10/+27
* [SPARK-13250] [SQL] Update PhysicallRDD to convert to UnsafeRow if using the ...Nong Li2016-02-241-22/+24
* [SPARK-13475][TESTS][SQL] HiveCompatibilitySuite should still run in PR build...Yin Huai2016-02-241-2/+0
* [HOT][TEST] Disable a Test that Requires Nested Union Support.gatorsmile2016-02-241-1/+1
* [SPARK-13373] [SQL] generate sort merge joinDavies Liu2016-02-231-1/+2
* [SPARK-13263][SQL] SQL Generation Support for Tablesamplegatorsmile2016-02-232-27/+89
* [SPARK-13236] SQL Generation for Set Operationsgatorsmile2016-02-232-5/+33
* [SPARK-12723][SQL] Comprehensive Verification and Fixing of SQL Generation Su...gatorsmile2016-02-222-0/+279
* [SPARK-11624][SPARK-11972][SQL] fix commands that need hive to execDaoyuan Wang2016-02-222-22/+38
* [SPARK-13271][SQL] Better error message if 'path' is not specifiedShixiong Zhu2016-02-211-1/+1
* [SPARK-13080][SQL] Implement new Catalog API using HiveAndrew Or2016-02-2115-460/+1031
* [SPARK-13136][SQL] Create a dedicated Broadcast exchange operatorHerman van Hovell2016-02-211-6/+7
* [SPARK-13420][SQL] Rename Subquery logical plan to SubqueryAliasReynold Xin2016-02-215-14/+14
* [SPARK-12799] Simplify various string output for expressionsCheng Lian2016-02-217-38/+137
* [SPARK-13310] [SQL] Resolve Missing Sorting Columns in Generategatorsmile2016-02-201-3/+29
* [SPARK-13221] [SQL] Fixing GroupingSets when Aggregate Functions Containing G...gatorsmile2016-02-158-106/+110
* [SPARK-12503][SPARK-12505] Limit pushdown in UNION ALL and OUTER JOINJosh Rosen2016-02-141-3/+9
* [SPARK-13296][SQL] Move UserDefinedFunction into sql.expressions.Reynold Xin2016-02-131-1/+1
* [SPARK-13172][CORE][SQL] Stop using RichException.getStackTrace it is deprecatedSean Owen2016-02-131-1/+1
* [SPARK-13282][SQL] LogicalPlan toSql should just return a StringReynold Xin2016-02-126-156/+141
* [SPARK-12705] [SQL] push missing attributes for SortDavies Liu2016-02-121-0/+15
* [SPARK-13234] [SQL] remove duplicated SQL metricsDavies Liu2016-02-101-1/+9
* [SPARK-12706] [SQL] grouping() and grouping_id()Davies Liu2016-02-105-35/+37
* [SPARK-13205][SQL] SQL Generation Support for Self Joingatorsmile2016-02-112-1/+17
* [SPARK-12725][SQL] Resolving Name Conflicts in SQL Generation and Name Ambigu...gatorsmile2016-02-111-2/+1
* [SPARK-13254][SQL] Fix planning of TakeOrderedAndProject operatorJosh Rosen2016-02-101-1/+1
* [SPARK-12992] [SQL] Support vectorized decoding in UnsafeRowParquetRecordReader.Nong Li2016-02-081-1/+2
* [SPARK-13208][CORE] Replace use of Pairs with Tuple2sJakob Odersky2016-02-041-3/+3
* [SPARK-12850][SQL] Support Bucket Pruning (Predicate Pushdown for Bucketed Ta...gatorsmile2016-02-041-5/+157