aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15814][SQL] Aggregator can return null resultWenchen Fan2016-06-138-64/+117
* [SPARK-15898][SQL] DataFrameReader.text should return DataFrameWenchen Fan2016-06-123-19/+36
* [SPARK-15370][SQL] Fix count bugHerman van Hövell tot Westerflier2016-06-121-0/+81
* Revert "[SPARK-15753][SQL] Move Analyzer stuff to Analyzer from DataFrameWriter"Wenchen Fan2016-06-121-1/+11
* [SPARK-15870][SQL] DataFrame can't execute after uncacheTable.Takuya UESHIN2016-06-123-8/+41
* [SPARK-15370][SQL] Revert PR "Update RewriteCorrelatedSuquery rule"Herman van Hovell2016-06-121-81/+0
* [SPARK-15832][SQL] Embedded IN/EXISTS predicate subquery throws TreeNodeExcep...Ioana Delaney2016-06-121-0/+166
* [SPARK-15370][SQL] Update RewriteCorrelatedScalarSubquery rule to fix COUNT bugfrreiss2016-06-121-0/+81
* [SPARK-15086][CORE][STREAMING] Deprecate old Java accumulator APISean Owen2016-06-121-2/+2
* [SPARK-15840][SQL] Add two missing options in documentation and some option r...hyukjinkwon2016-06-114-28/+35
* [SPARK-15807][SQL] Support varargs for dropDuplicates in Dataset/DataFrameDongjoon Hyun2016-06-113-0/+30
* [SPARK-14851][CORE] Support radix sort with nullable longsEric Liang2016-06-117-20/+54
* [SPARK-15856][SQL] Revert API breaking changes made in SQLContext.rangeWenchen Fan2016-06-111-18/+18
* [SPARK-15881] Update microbenchmark results for WideSchemaBenchmarkEric Liang2016-06-113-233/+122
* [SPARK-15585][SQL] Add doc for turning off quotationsTakeshi YAMAMURO2016-06-112-1/+13
* [SPARK-15759] [SQL] Fallback to non-codegen when fail to compile generated codeDavies Liu2016-06-103-3/+24
* [SPARK-15678] Add support to REFRESH data source pathsSameer Agarwal2016-06-106-2/+112
* Revert "[SPARK-15639][SQL] Try to push down filter at RowGroups level for par...Cheng Lian2016-06-102-13/+57
* [SPARK-15639][SQL] Try to push down filter at RowGroups level for parquet readerLiang-Chi Hsieh2016-06-102-57/+13
* [SPARK-15489][SQL] Dataset kryo encoder won't load custom user settingsSela2016-06-101-0/+68
* [SPARK-15654] [SQL] fix non-splitable files for text based file formatsDavies Liu2016-06-108-11/+106
* [SPARK-15825] [SQL] Fix SMJ invalid resultsHerman van Hovell2016-06-101-0/+15
* [SPARK-15875] Try to use Seq.isEmpty and Seq.nonEmpty instead of Seq.length =...wangyang2016-06-102-3/+3
* [MINOR][X][X] Replace all occurrences of None: Option with Option.emptySandeep Singh2016-06-103-3/+3
* [SPARK-6320][SQL] Move planLater method into GenericStrategy.Takuya UESHIN2016-06-105-2/+103
* [SPARK-15871][SQL] Add `assertNotPartitioned` check in `DataFrameWriter`Liwei Lin2016-06-102-6/+48
* [SPARK-15743][SQL] Prevent saving with all-column partitioningDongjoon Hyun2016-06-105-21/+37
* [SPARK-15866] Rename listAccumulator collectionAccumulatorReynold Xin2016-06-101-4/+4
* [SPARK-15753][SQL] Move Analyzer stuff to Analyzer from DataFrameWriterLiang-Chi Hsieh2016-06-101-11/+1
* [SPARK-15812][SQ][STREAMING] Added support for sorting after streaming aggreg...Tathagata Das2016-06-102-7/+42
* [SPARK-15593][SQL] Add DataFrameWriter.foreach to allow the user consuming da...Shixiong Zhu2016-06-105-41/+410
* [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-099-17/+75
* [SPARK-15804][SQL] Include metadata in the toStructTypeKevin Yu2016-06-091-0/+15
* [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-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-074-6/+44
* [SPARK-15792][SQL] Allows operator to change the verbosity in explain outputSean Zhong2016-06-064-12/+32
* [SPARK-15632][SQL] Typed Filter should NOT change the Dataset schemaSean Zhong2016-06-064-9/+28
* [SPARK-15764][SQL] Replace N^2 loop in BindReferencesJosh Rosen2016-06-062-3/+3
* [MINOR] Fix Typos 'an -> a'Zheng RuiFeng2016-06-0617-33/+33
* 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