aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14011][CORE][SQL] Enable `LineLength` Java checkstyle ruleDongjoon Hyun2016-03-211-1/+1
* [SPARK-13972][SQL][FOLLOW-UP] When creating the query execution for a convert...Yin Huai2016-03-181-1/+4
* [SPARK-13977] [SQL] Brings back Shuffled hash joinDavies Liu2016-03-181-1/+1
* [SPARK-13972][SQ] hive tests should fail if SQL generation failedWenchen Fan2016-03-181-43/+28
* [SPARK-14001][SQL] support multi-children Union in SQLBuilderWenchen Fan2016-03-182-10/+11
* [SPARK-12719][HOTFIX] Fix compilation against Scala 2.10tedyu2016-03-181-8/+8
* [SPARK-13976][SQL] do not remove sub-queries added by user when generate SQLWenchen Fan2016-03-182-2/+14
* [SPARK-13974][SQL] sub-query names do not need to be globally unique while ge...Wenchen Fan2016-03-181-12/+9
* Revert "[SPARK-12719][HOTFIX] Fix compilation against Scala 2.10"Yin Huai2016-03-171-8/+8
* [SPARK-12719][HOTFIX] Fix compilation against Scala 2.10tedyu2016-03-171-8/+8
* [SPARK-12719][SQL] SQL generation support for GenerateWenchen Fan2016-03-172-7/+170
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-1719-17/+25
* [SPARK-13403][SQL] Pass hadoopConfiguration to HiveConf constructors.Ryan Blue2016-03-165-5/+34
* [SPARK-12855][MINOR][SQL][DOC][TEST] remove spark.sql.dialect from doc and testDaoyuan Wang2016-03-161-6/+0
* [SPARK-13923][SQL] Implement SessionCatalogAndrew Or2016-03-1611-61/+49
* [SPARK-12721][SQL] SQL Generation for Script Transformationgatorsmile2016-03-163-0/+134
* [SPARK-13827][SQL] Can't add subquery to an operator with same-name outputs w...Wenchen Fan2016-03-162-99/+145
* [SPARK-13894][SQL] SqlContext.range return type from DataFrame to DataSetCheng Hao2016-03-164-5/+5
* [SPARK-13924][SQL] officially support multi-insertWenchen Fan2016-03-161-0/+29
* [SPARK-13823][SPARK-13397][SPARK-13395][CORE] More warnings, StandardCharset ...Sean Owen2016-03-164-4/+7
* [SPARK-12653][SQL] Re-enable test "SPARK-8489: MissingRequirementError during...Dongjoon Hyun2016-03-164-2/+7
* [SPARK-13917] [SQL] generate broadcast semi joinDavies Liu2016-03-151-2/+2
* [SPARK-13896][SQL][STRING] Dataset.toJSON should return DatasetStavros Kontopoulos2016-03-151-4/+4
* [SPARK-13893][SQL] Remove SQLContext.catalog/analyzer (internal method)Reynold Xin2016-03-1516-61/+65
* [SPARK-13890][SQL] Remove some internal classes' dependency on SQLContextReynold Xin2016-03-143-6/+6
* [SPARK-13884][SQL] Remove DescribeCommand's dependency on LogicalPlanReynold Xin2016-03-142-34/+37
* [SPARK-13664][SQL] Add a strategy for planning partitioned and bucketed scans...Michael Armbrust2016-03-143-8/+9
* [SPARK-13626][CORE] Avoid duplicate config deprecation warnings.Marcelo Vanzin2016-03-145-8/+21
* [MINOR][DOCS] Fix more typos in comments/strings.Dongjoon Hyun2016-03-144-5/+5
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-134-5/+6
* [SPARK-13671] [SPARK-13311] [SQL] Use different physical plans for RDD and da...Davies Liu2016-03-122-4/+4
* [SPARK-13139][SQL] Parse Hive DDL commands ourselvesAndrew Or2016-03-112-16/+11
* [SPARK-13817][BUILD][SQL] Re-enable MiMA and removes object DataFrameCheng Lian2016-03-113-4/+4
* [HOT-FIX] fix compileWenchen Fan2016-03-111-2/+2
* [SPARK-12718][SPARK-13720][SQL] SQL generation support for window functionsWenchen Fan2016-03-113-30/+189
* [SPARK-13244][SQL] Migrates DataFrame to DatasetCheng Lian2016-03-104-10/+11
* [SPARK-3854][BUILD] Scala style: require spaces before `{`.Dongjoon Hyun2016-03-102-2/+2
* [SPARK-13759][SQL] Add IsNotNull constraints for expressions with an inequalitySameer Agarwal2016-03-101-2/+3
* [SPARK-13766][SQL] Consistent file extensions for files written by internal d...hyukjinkwon2016-03-092-2/+17
* [SPARK-13728][SQL] Fix ORC PPD test so that pushed filters can be checked.hyukjinkwon2016-03-091-2/+4
* [SPARK-13698][SQL] Fix Analysis Exceptions when Using Backticks in GenerateDilip Biswal2016-03-092-0/+37
* [SPARK-13702][CORE][SQL][MLLIB] Use diamond operator for generic instance cre...Dongjoon Hyun2016-03-093-20/+20
* [SPARK-7286][SQL] Deprecate !== in favour of =!=Jakob Odersky2016-03-082-2/+2
* [SPARK-13738][SQL] Cleanup Data Source resolutionMichael Armbrust2016-03-083-30/+30
* [SPARK-13400] Stop using deprecated Octal escape literalsDongjoon Hyun2016-03-081-1/+1
* [SPARK-12727][SQL] support SQL generation for aggregate with multi-distinctWenchen Fan2016-03-081-4/+1
* [SPARK-13689][SQL] Move helper things in CatalystQl to new utils objectAndrew Or2016-03-071-1/+3
* [SPARK-13648] Add Hive Cli to classes for isolated classloaderTim Preece2016-03-071-1/+1
* [SPARK-13665][SQL] Separate the concerns of HadoopFsRelationMichael Armbrust2016-03-0717-1033/+273
* [SPARK-13495][SQL] Add Null Filters in the query plan for Filters/Joins based...Sameer Agarwal2016-03-073-12/+20