aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15960][SQL] Rename `spark.sql.enableFallBackToHdfsForStats` configHerman van Hovell2016-06-151-1/+1
* [SPARK-15952][SQL] fix "show databases" ordering issuebomeng2016-06-143-6/+6
* [SPARK-15011][SQL] Re-enable 'analyze MetastoreRelations' in hive StatisticsS...Herman van Hovell2016-06-142-5/+10
* [SPARK-15933][SQL][STREAMING] Refactored DF reader-writer to use readStream a...Tathagata Das2016-06-1418-590/+1109
* [SPARK-15247][SQL] Set the default number of partitions for reading parquet s...Takeshi YAMAMURO2016-06-141-1/+6
* [SPARK-15895][SQL] Filters out metadata files while doing partition discoveryCheng Lian2016-06-143-6/+60
* [SPARK-15864][SQL] Fix Inconsistent Behaviors when Uncaching Non-cached Tablesgatorsmile2016-06-148-31/+30
* [SPARK-15915][SQL] Logical plans should use canonicalized plan when override ...Takuya UESHIN2016-06-145-11/+28
* [SPARK-15655][SQL] Fix Wrong Partition Column Order when Fetching Partitioned...gatorsmile2016-06-142-1/+33
* [MINOR] Clean up several build warnings, mostly due to internal use of old ac...Sean Owen2016-06-142-121/+18
* [SPARK-15914][SQL] Add deprecated method back to SQLContext for backward sour...Sean Zhong2016-06-141-0/+284
* doc fix of HiveThriftServerJeff Zhang2016-06-143-4/+4
* [SPARK-15932][SQL][DOC] document the contract of encoder serializer expressionsWenchen Fan2016-06-131-0/+9
* [SPARK-15663][SQL] SparkSession.catalog.listFunctions shouldn't include the l...Sandeep Singh2016-06-135-24/+66
* [SPARK-15808][SQL] File Format Checking When Appending Datagatorsmile2016-06-132-0/+81
* [SPARK-15910][SQL] Check schema consistency when using Kryo encoder to conver...Sean Zhong2016-06-132-2/+13
* [SPARK-15929] Fix portability of DataFrameSuite path globbing testsJosh Rosen2016-06-131-9/+36
* [SPARK-15887][SQL] Bring back the hive-site.xml support for Spark 2.0Wenchen Fan2016-06-138-7/+82
* [SPARK-15889][SQL][STREAMING] Add a unique id to ContinuousQueryTathagata Das2016-06-139-101/+167
* [SPARK-15530][SQL] Set #parallelism for file listing in listLeafFilesInParallelTakeshi YAMAMURO2016-06-132-3/+12
* [SPARK-15676][SQL] Disallow Column Names as Partition Columns For Hive Tablesgatorsmile2016-06-132-0/+31
* [HOTFIX][MINOR][SQL] Revert " Standardize 'continuous queries' to 'streaming ...Tathagata Das2016-06-133-77/+64
* [MINOR][SQL] Standardize 'continuous queries' to 'streaming Datasets/DataFrames'Liwei Lin2016-06-133-64/+77
* [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-123-22/+287
* Revert "[SPARK-15753][SQL] Move Analyzer stuff to Analyzer from DataFrameWriter"Wenchen Fan2016-06-123-17/+16
* [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-123-280/+6
* [SPARK-15832][SQL] Embedded IN/EXISTS predicate subquery throws TreeNodeExcep...Ioana Delaney2016-06-122-17/+204
* [SPARK-15370][SQL] Update RewriteCorrelatedScalarSubquery rule to fix COUNT bugfrreiss2016-06-123-6/+280
* [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-115-37/+38
* [SPARK-15860] Metrics for codegen size and perfEric Liang2016-06-112-0/+12
* [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-119-39/+95
* [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-108-2/+158
* Revert "[SPARK-15639][SQL] Try to push down filter at RowGroups level for par...Cheng Lian2016-06-103-21/+57
* [SPARK-15639][SQL] Try to push down filter at RowGroups level for parquet readerLiang-Chi Hsieh2016-06-103-57/+21
* [SPARK-15884][SPARKR][SQL] Overriding stringArgs in MapPartitionsInRNarine Kokhlikyan2016-06-101-0/+3
* [SPARK-15489][SQL] Dataset kryo encoder won't load custom user settingsSela2016-06-102-9/+89
* [SPARK-15654] [SQL] fix non-splitable files for text based file formatsDavies Liu2016-06-1010-12/+114
* [SPARK-15825] [SQL] Fix SMJ invalid resultsHerman van Hovell2016-06-102-0/+16
* [SPARK-15875] Try to use Seq.isEmpty and Seq.nonEmpty instead of Seq.length =...wangyang2016-06-104-5/+5
* [MINOR][X][X] Replace all occurrences of None: Option with Option.emptySandeep Singh2016-06-105-10/+10
* [SPARK-6320][SQL] Move planLater method into GenericStrategy.Takuya UESHIN2016-06-106-12/+151