aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14251][SQL] Add SQL command for printing out generated code for debuggingDongjoon Hyun2016-04-012-1/+29
* [SPARK-14244][SQL] Don't use SizeBasedWindowFunction.n created on executor si...Cheng Lian2016-04-012-2/+46
* [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-016-75/+220
* [SPARK-14133][SQL] Throws exception for unsupported create/drop/alter index ,...sureshthalamati2016-04-012-4/+21
* [SPARK-14184][SQL] Support native execution of SHOW DATABASE command and fix ...Dilip Biswal2016-04-011-0/+22
* [SPARK-14211][SQL] Remove ANTLR3 based parserHerman van Hovell2016-03-317-789/+50
* [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-283-32/+69
* [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-2815-50/+54
* [SPARK-14156][SQL] Use executedPlan in HiveComparisonTest for the messages of...Liang-Chi Hsieh2016-03-281-1/+5
* [MINOR][SQL] Fix substr/substring testcases.Dongjoon Hyun2016-03-271-2/+2
* [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-14137] [SPARK-14150] [SQL] Infer IsNotNull constraints from non-nullab...Sameer Agarwal2016-03-251-3/+1
* [SPARK-14061][SQL] implement CreateMapWenchen Fan2016-03-251-0/+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-2433-417/+755
* [SPARK-14142][SQL] Replace internal use of unionAll with unionReynold Xin2016-03-245-17/+17
* Revert "[SPARK-14014][SQL] Replace existing catalog with SessionCatalog"Andrew Or2016-03-2324-631/+384
* [SPARK-14014][SQL] Replace existing catalog with SessionCatalogAndrew Or2016-03-2324-384/+631
* [SPARK-14015][SQL] Support TimestampType in vectorized parquet readerSameer Agarwal2016-03-231-35/+47
* [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-243-3/+3
* [SPARK-13774][SQL] - Improve error message for non-existent paths and add testsSunitha Kambhampati2016-03-221-46/+51
* [SPARK-14038][SQL] enable native view by defaultWenchen Fan2016-03-221-3/+6
* [SPARK-13883][SQL] Parquet Implementation of FileFormat.buildReaderMichael Armbrust2016-03-211-0/+1
* [SPARK-13320][SQL] Support Star in CreateStruct/CreateArray and Error Handlin...gatorsmile2016-03-221-4/+8
* [SPARK-13898][SQL] Merge DatasetHolder and DataFrameHolderReynold Xin2016-03-213-5/+5
* [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-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