aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15866] Rename listAccumulator collectionAccumulatorReynold Xin2016-06-101-4/+4
* [SPARK-15753][SQL] Move Analyzer stuff to Analyzer from DataFrameWriterLiang-Chi Hsieh2016-06-103-16/+17
* [SPARK-15812][SQ][STREAMING] Added support for sorting after streaming aggreg...Tathagata Das2016-06-104-32/+95
* [SPARK-15593][SQL] Add DataFrameWriter.foreach to allow the user consuming da...Shixiong Zhu2016-06-106-42/+413
* [SPARK-15696][SQL] Improve `crosstab` to have a consistent column orderDongjoon Hyun2016-06-092-4/+4
* [SPARK-15791] Fix NPE in ScalarSubqueryEric Liang2016-06-094-4/+15
* [SPARK-15850][SQL] Remove function grouping in SparkSessionReynold Xin2016-06-093-31/+61
* [SPARK-15853][SQL] HDFSMetadataLog.get should close the input streamShixiong Zhu2016-06-091-2/+6
* [SPARK-15794] Should truncate toString() of very wide plansEric Liang2016-06-0912-24/+85
* [SPARK-14321][SQL] Reduce date format cost and string-to-date cost in date fu...Herman van Hovell2016-06-091-24/+24
* [SPARK-15804][SQL] Include metadata in the toStructTypeKevin Yu2016-06-092-1/+16
* [MINOR][DOC] In Dataset docs, remove self link to Dataset and add link to ColumnSandeep Singh2016-06-081-100/+100
* [SPARK-14670] [SQL] allow updating driver side sql metricsWenchen Fan2016-06-083-8/+85
* [MINOR] Fix Java Lint errors introduced by #13286 and #13280Sandeep Singh2016-06-081-2/+0
* [SPARK-15789][SQL] Allow reserved keywords in most placesHerman van Hovell2016-06-076-28/+35
* [SPARK-15580][SQL] Add ContinuousQueryInfo to make ContinuousQueryListener ev...Shixiong Zhu2016-06-078-76/+203
* [SPARK-15674][SQL] Deprecates "CREATE TEMPORARY TABLE USING...", uses "CREAT ...Sean Zhong2016-06-075-6/+47
* [SPARK-15792][SQL] Allows operator to change the verbosity in explain outputSean Zhong2016-06-067-18/+55
* [SPARK-15632][SQL] Typed Filter should NOT change the Dataset schemaSean Zhong2016-06-065-10/+31
* [SPARK-15764][SQL] Replace N^2 loop in BindReferencesJosh Rosen2016-06-066-15/+40
* [MINOR] Fix Typos 'an -> a'Zheng RuiFeng2016-06-0630-50/+50
* Revert "[SPARK-15585][SQL] Fix NULL handling along with a spark-csv behaivour"Reynold Xin2016-06-052-16/+6
* [SPARK-15585][SQL] Fix NULL handling along with a spark-csv behaivourTakeshi YAMAMURO2016-06-052-6/+16
* [SPARK-15704][SQL] add a test case in DatasetAggregatorSuite for regression t...Hiroshi Inoue2016-06-051-0/+19
* [SPARK-15748][SQL] Replace inefficient foldLeft() call with flatMap() in Part...Josh Rosen2016-06-051-2/+2
* [SPARK-15657][SQL] RowEncoder should validate the data type of input objectWenchen Fan2016-06-054-40/+95
* [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