aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/main/scala/org
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-14355][BUILD] Fix typos in Exception/Testcase/Comments and static anal...Dongjoon Hyun2016-04-031-2/+2
* [SPARK-14056] Appends s3 specific configurations and spark.hadoop con…Sital Kedia2016-04-021-2/+2
* [SPARK-14251][SQL] Add SQL command for printing out generated code for debuggingDongjoon Hyun2016-04-011-1/+0
* [SPARK-14244][SQL] Don't use SizeBasedWindowFunction.n created on executor si...Cheng Lian2016-04-011-1/+3
* [SPARK-14255][SQL] Streaming AggregationMichael Armbrust2016-04-011-2/+3
* [SPARK-14070][SQL] Use ORC data source for SQL queries on ORC tablesTejas Patil2016-04-014-74/+174
* [SPARK-14211][SQL] Remove ANTLR3 based parserHerman van Hovell2016-03-313-762/+45
* [SPARK-14206][SQL] buildReader() implementation for CSVCheng Lian2016-03-301-7/+8
* [SPARK-14124][SQL] Implement Database-related DDL Commandsgatorsmile2016-03-291-0/+8
* [MINOR][SQL] Fix typos by replacing 'much' with 'match'.Dongjoon Hyun2016-03-291-1/+1
* [SPARK-14213][SQL] Migrate HiveQl parsing to ANTLR4 parserHerman van Hovell2016-03-283-2/+456
* [SPARK-14119][SPARK-14120][SPARK-14122][SQL] Throw exception on unsupported D...Andrew Or2016-03-281-24/+26
* [SPARK-14013][SQL] Proper temp function support in catalogAndrew Or2016-03-283-8/+20
* [SPARK-13923][SPARK-14014][SQL] Session catalog follow-upsAndrew Or2016-03-2810-36/+40
* [SPARK-14177][SQL] Native Parsing for DDL Command "Describe Database" and "Al...gatorsmile2016-03-261-3/+0
* [SPARK-14157][SQL] Parse Drop Function DDL commandLiang-Chi Hsieh2016-03-261-1/+0
* [SPARK-14116][SQL] Implements buildReader() for ORC data sourceCheng Lian2016-03-262-64/+128
* [SPARK-14161][SQL] Native Parsing for DDL Command Drop Databasegatorsmile2016-03-261-1/+0
* [SPARK-14014][SQL] Integrate session catalog (attempt #2)Andrew Or2016-03-2412-333/+554
* Revert "[SPARK-14014][SQL] Replace existing catalog with SessionCatalog"Andrew Or2016-03-2312-534/+332
* [SPARK-14014][SQL] Replace existing catalog with SessionCatalogAndrew Or2016-03-2312-332/+534
* [SPARK-14075] Refactor MemoryStore to be testable independent of BlockManagerJosh Rosen2016-03-231-0/+1
* [SPARK-13817][SQL][MINOR] Renames Dataset.newDataFrame to Dataset.ofRowsCheng Lian2016-03-241-1/+1
* [SPARK-14004][SQL] NamedExpressions should have at most one qualifierCheng Lian2016-03-212-9/+9
* [SPARK-14039][SQL][MINOR] make SubqueryHolder an inner classWenchen Fan2016-03-211-9/+9
* [SPARK-14001][SQL] support multi-children Union in SQLBuilderWenchen Fan2016-03-181-4/+10
* [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-181-2/+10
* [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-171-7/+58
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-1716-15/+20
* [SPARK-13403][SQL] Pass hadoopConfiguration to HiveConf constructors.Ryan Blue2016-03-163-4/+14
* [SPARK-13923][SQL] Implement SessionCatalogAndrew Or2016-03-167-41/+33
* [SPARK-12721][SQL] SQL Generation for Script Transformationgatorsmile2016-03-162-0/+77
* [SPARK-13827][SQL] Can't add subquery to an operator with same-name outputs w...Wenchen Fan2016-03-161-99/+127
* [SPARK-13823][SPARK-13397][SPARK-13395][CORE] More warnings, StandardCharset ...Sean Owen2016-03-161-1/+1
* [SPARK-13893][SQL] Remove SQLContext.catalog/analyzer (internal method)Reynold Xin2016-03-156-26/+25
* [SPARK-13890][SQL] Remove some internal classes' dependency on SQLContextReynold Xin2016-03-142-5/+5
* [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-143-5/+12
* [MINOR][DOCS] Fix more typos in comments/strings.Dongjoon Hyun2016-03-142-3/+3
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-132-2/+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-111-1/+1
* [HOT-FIX] fix compileWenchen Fan2016-03-111-2/+2
* [SPARK-12718][SPARK-13720][SQL] SQL generation support for window functionsWenchen Fan2016-03-111-27/+77
* [SPARK-13766][SQL] Consistent file extensions for files written by internal d...hyukjinkwon2016-03-091-1/+16