aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-13168][SQL] Collapse adjacent repartition operatorsJosh Rosen2016-02-041-2/+2
* [SPARK-12913] [SQL] Improve performance of stat functionsDavies Liu2016-02-022-11/+10
* [SPARK-13087][SQL] Fix group by function for sort based aggregationMichael Armbrust2016-02-021-0/+8
* [SPARK-12705][SPARK-10777][SQL] Analyzer Rule ResolveSortReferencesgatorsmile2016-02-011-1/+83
* [SPARK-6363][BUILD] Make Scala 2.11 the default Scala versionJosh Rosen2016-01-301-2/+2
* [SPARK-13076][SQL] Rename ClientInterface -> HiveClientReynold Xin2016-01-2910-40/+39
* [SPARK-12968][SQL] Implement command to set current databaseLiang-Chi Hsieh2016-01-285-2/+32
* [SPARK-12865][SPARK-12866][SQL] Migrate SparkSQLParser/ExtendedHiveQlParser c...Herman van Hovell2016-01-277-80/+25
* [SPARK-12728][SQL] Integrates SQL generation with native viewCheng Lian2016-01-264-95/+177
* [SPARK-12854][SQL] Implement complex types support in ColumnarBatchNong Li2016-01-262-2/+4
* [SPARK-12682][SQL] Add support for (optionally) not storing tables in hive me...Sameer Agarwal2016-01-262-0/+39
* [SPARK-12975][SQL] Throwing Exception when Bucketing Columns are part of Part...gatorsmile2016-01-252-3/+74
* [SPARK-12971] Fix Hive tests which fail in Hadoop-2.3 SBT buildJosh Rosen2016-01-242-4/+22
* [SPARK-12959][SQL] Writing Bucketed Data with Disabled Bucketing in SQLConfgatorsmile2016-01-221-4/+24
* [SPARK-8968] [SQL] [HOT-FIX] Fix scala 2.11 build.Yin Huai2016-01-201-1/+1