aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15707][SQL] Make Code Neat - Use map instead of if check.Weiqing Yang2016-06-041-6/+2
* [SPARK-15762][SQL] Cache Metadata & StructType hashCodes; use singleton Metad...Josh Rosen2016-06-042-3/+7
* [SPARK-15756][SQL] Support command 'create table stored as orcfile/parquetfil...Lianhui Wang2016-06-032-0/+18
* [SPARK-15391] [SQL] manage the temporary memory of timsortDavies Liu2016-06-033-9/+14
* [SPARK-15722][SQL] Disallow specifying schema in CTAS statementAndrew Or2016-06-036-58/+25
* [SPARK-15140][SQL] make the semantics of null input object for encoder clearWenchen Fan2016-06-035-9/+33
* [SPARK-15547][SQL] nested case class in encoder can have different number of ...Wenchen Fan2016-06-032-1/+12
* [SPARK-15286][SQL] Make the output readable for EXPLAIN CREATE TABLE and DESC...gatorsmile2016-06-031-2/+58
* [SPARK-15742][SQL] Reduce temp collections allocations in TreeNode transform ...Josh Rosen2016-06-032-9/+23
* [SPARK-15677][SQL] Query with scalar sub-query in the SELECT list throws Unsu...Ioana Delaney2016-06-032-1/+33
* [SPARK-15494][SQL] encoder code cleanupWenchen Fan2016-06-0320-391/+323
* [SPARK-15744][SQL] Rename two TungstenAggregation*Suites and update codgen/er...Dongjoon Hyun2016-06-038-30/+30
* [SPARK-15745][SQL] Use classloader's getResource() for reading resource files...Sameer Agarwal2016-06-031-12/+1
* [SPARK-14959][SQL] handle partitioned table directories in distributed filesy...Xin Wu2016-06-023-33/+14
* [SPARK-15733][SQL] Makes the explain output less verbose by hiding some verbo...Sean Zhong2016-06-021-5/+13
* [SPARK-15724] Add benchmarks for performance over wide schemasEric Liang2016-06-021-0/+376
* [SPARK-15732][SQL] better error message when use java reserved keyword as fie...Wenchen Fan2016-06-022-0/+21
* [SPARK-15715][SQL] Fix alter partition with storage information in HiveAndrew Or2016-06-024-10/+57
* [SPARK-15718][SQL] better error message for writing bucketed dataWenchen Fan2016-06-023-11/+22
* [SPARK-15734][SQL] Avoids printing internal row in explain outputSean Zhong2016-06-023-1/+17
* [SPARK-15719][SQL] Disables writing Parquet summary files by defaultCheng Lian2016-06-025-44/+62
* [SPARK-15711][SQL] Ban CREATE TEMPORARY TABLE USING AS SELECTSean Zhong2016-06-026-221/+142
* [SPARK-15515][SQL] Error Handling in Running SQL Directly On Filesgatorsmile2016-06-026-34/+134
* [SPARK-15728][SQL] Rename aggregate operators: HashAggregate and SortAggregateReynold Xin2016-06-029-35/+37
* [SPARK-14752][SQL] Explicitly implement KryoSerialization for LazilyGenerateO...Sameer Agarwal2016-06-022-5/+23
* [SPARK-15076][SQL] Add ReorderAssociativeOperator optimizerDongjoon Hyun2016-06-022-0/+102
* [SPARK-15322][SQL][FOLLOWUP] Use the new long accumulator for old int accumul...hyukjinkwon2016-06-024-14/+14
* [SPARK-15709][SQL] Prevent `freqItems` from raising `UnsupportedOperationExce...Dongjoon Hyun2016-06-022-2/+13
* [SPARK-13484][SQL] Prevent illegal NULL propagation when filtering outer-join...Takeshi YAMAMURO2016-06-013-2/+58
* [SPARK-15620][SQL] Fix transformed dataset attributes revolve failurejerryshao2016-06-012-0/+14
* [SPARK-15646][SQL] When spark.sql.hive.convertCTAS is true, the conversion ru...Yin Huai2016-06-0110-127/+176
* [SPARK-15692][SQL] Improves the explain output of several physical plans by d...Sean Zhong2016-06-018-8/+30
* [SPARK-15441][SQL] support null object in Dataset outer-joinWenchen Fan2016-06-014-35/+59
* [SPARK-15269][SQL] Removes unexpected empty table directories created while c...Cheng Lian2016-06-0111-36/+105
* [SPARK-15596][SPARK-15635][SQL] ALTER TABLE RENAME fixesAndrew Or2016-06-012-2/+51
* [SPARK-15686][SQL] Move user-facing streaming classes into sql.streamingReynold Xin2016-06-0140-72/+118
* [SPARK-15495][SQL] Improve the explain output for Aggregation operatorSean Zhong2016-06-013-4/+4
* [SPARK-14343][SQL] Proper column pruning for text data sourceCheng Lian2016-06-012-13/+35
* [SPARK-15659][SQL] Ensure FileSystem is gotten from pathjerryshao2016-06-011-5/+13
* [HOTFIX] DDLSuite was broken by 93e9714Andrew Or2016-05-311-4/+4
* [SPARK-15618][SQL][MLLIB] Use SparkSession.builder.sparkContext if applicable.Dongjoon Hyun2016-05-313-30/+26
* [MINOR] Slightly better error message when attempting to query hive tables w/...Eric Liang2016-05-311-2/+2
* [MINOR][SQL][DOCS] Fix docs of Dataset.scala and SQLImplicits.scala.Dongjoon Hyun2016-05-312-19/+19
* [SPARK-12988][SQL] Can't drop top level columns that contain dotsSean Zhong2016-05-312-5/+34
* [SPARK-15680][SQL] Disable comments in generated code in order to avoid perf....Josh Rosen2016-05-311-7/+16
* [SPARK-15662][SQL] Add since annotation for classes in sql.catalogReynold Xin2016-05-314-7/+60
* [SPARK-15517][SQL][STREAMING] Add support for complete output mode in Structu...Tathagata Das2016-05-3121-139/+610
* [SPARK-15557] [SQL] cast the string into DoubleType when it's used together w...Dilip Biswal2016-05-314-9/+22
* [SPARK-15327] [SQL] fix split expression in whole stage codegenDavies Liu2016-05-314-0/+31
* Revert "[SPARK-11753][SQL][TEST-HADOOP2.2] Make allowNonNumericNumbers option...Shixiong Zhu2016-05-313-62/+27