aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-16195][SQL] Allow users to specify empty over clause in window express...Dilip Biswal2016-06-241-0/+12
* Revert "[SPARK-16186] [SQL] Support partition batch pruning with `IN` predica...Davies Liu2016-06-241-22/+1
* [SPARK-16186] [SQL] Support partition batch pruning with `IN` predicate in In...Dongjoon Hyun2016-06-241-1/+22
* [SPARK-16123] Avoid NegativeArraySizeException while reserving additional cap...Sameer Agarwal2016-06-231-0/+19
* [SPARK-16165][SQL] Fix the update logic for InMemoryTableScanExec.readBatchesDongjoon Hyun2016-06-241-0/+15
* [SPARK-15443][SQL] Fix 'explain' for streaming DatasetShixiong Zhu2016-06-232-0/+65
* [SPARK-16163] [SQL] Cache the statistics for logical plansDavies Liu2016-06-231-2/+1
* [SPARK-16116][SQL] ConsoleSink should not require checkpointLocationShixiong Zhu2016-06-231-0/+10
* [SPARK-15230][SQL] distinct() does not handle column name with dot properlybomeng2016-06-231-0/+5
* [SPARK-16024][SQL][TEST] Verify Column Comment for Data Source Tablesgatorsmile2016-06-232-3/+20
* [SPARK-16097][SQL] Encoders.tuple should handle null object correctlyWenchen Fan2016-06-221-0/+7
* [SPARK-16121] ListingFileCatalog does not list in parallel anymoreYin Huai2016-06-221-1/+44
* [SPARK-16002][SQL] Sleep when no new data arrives to avoid 100% CPU usageShixiong Zhu2016-06-211-0/+5
* [SPARK-16044][SQL] input_file_name() returns empty strings in data sources ba...hyukjinkwon2016-06-201-2/+32
* [SPARK-16056][SPARK-16057][SPARK-16058][SQL] Fix Multiple Bugs in Column Part...gatorsmile2016-06-201-0/+65
* [SPARK-15982][SPARK-16009][SPARK-16007][SQL] Harmonize the behavior of DataFr...Tathagata Das2016-06-202-22/+322
* [SPARK-16050][TESTS] Remove the flaky test: ConsoleSinkSuiteShixiong Zhu2016-06-201-99/+0
* [SPARK-16030][SQL] Allow specifying static partitions when inserting to data ...Yin Huai2016-06-201-0/+202
* [SPARK-16036][SPARK-16037][SPARK-16034][SQL] Follow up code clean up and impr...Yin Huai2016-06-191-2/+18
* [SPARK-16031] Add debug-only socket source in Structured StreamingMatei Zaharia2016-06-193-0/+140
* [SPARK-16034][SQL] Checks the partition columns when calling dataFrame.write....Sean Zhong2016-06-181-0/+24
* [SPARK-16036][SPARK-16037][SQL] fix various table insertion problemsWenchen Fan2016-06-181-4/+2
* [SPARK-16020][SQL] Fix complete mode aggregation with console sinkShixiong Zhu2016-06-171-0/+99
* [SPARK-15916][SQL] JDBC filter push down should respect operator precedencehyukjinkwon2016-06-171-0/+26
* Remove non-obvious conf settings from TPCDS benchmarkSameer Agarwal2016-06-171-2/+0
* [SPARK-15991] SparkContext.hadoopConfiguration should be always the base of h...Yin Huai2016-06-162-4/+20
* [SPARK-15749][SQL] make the error message more meaningfulHuaxin Gao2016-06-161-1/+1
* [SPARK-15977][SQL] Fix TRUNCATE TABLE for Spark specific datasource tablesHerman van Hovell2016-06-161-10/+18
* [SPARK-15862][SQL] Better Error Message When Having Database Name in CACHE TA...gatorsmile2016-06-161-30/+38
* [SPARK-15824][SQL] Execute WITH .... INSERT ... statements immediatelyHerman van Hovell2016-06-151-0/+25
* [SPARK-15979][SQL] Rename various Parquet support classes.Reynold Xin2016-06-154-11/+11
* [SPARK-15953][WIP][STREAMING] Renamed ContinuousQuery to StreamingQueryTathagata Das2016-06-158-47/+45
* [SPARK-15952][SQL] fix "show databases" ordering issuebomeng2016-06-141-3/+3
* [SPARK-15933][SQL][STREAMING] Refactored DF reader-writer to use readStream a...Tathagata Das2016-06-1411-297/+368
* [SPARK-15895][SQL] Filters out metadata files while doing partition discoveryCheng Lian2016-06-141-0/+44
* [SPARK-15864][SQL] Fix Inconsistent Behaviors when Uncaching Non-cached Tablesgatorsmile2016-06-141-6/+0
* [SPARK-15915][SQL] Logical plans should use canonicalized plan when override ...Takuya UESHIN2016-06-141-0/+11
* [MINOR] Clean up several build warnings, mostly due to internal use of old ac...Sean Owen2016-06-141-104/+1
* [SPARK-15663][SQL] SparkSession.catalog.listFunctions shouldn't include the l...Sandeep Singh2016-06-132-6/+31
* [SPARK-15910][SQL] Check schema consistency when using Kryo encoder to conver...Sean Zhong2016-06-131-0/+9
* [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-132-0/+30
* [SPARK-15889][SQL][STREAMING] Add a unique id to ContinuousQueryTathagata Das2016-06-134-31/+70
* [SPARK-15676][SQL] Disallow Column Names as Partition Columns For Hive Tablesgatorsmile2016-06-131-0/+14
* [HOTFIX][MINOR][SQL] Revert " Standardize 'continuous queries' to 'streaming ...Tathagata Das2016-06-132-54/+40
* [MINOR][SQL] Standardize 'continuous queries' to 'streaming Datasets/DataFrames'Liwei Lin2016-06-132-40/+54
* [SPARK-15814][SQL] Aggregator can return null resultWenchen Fan2016-06-137-63/+111
* [SPARK-15898][SQL] DataFrameReader.text should return DataFrameWenchen Fan2016-06-122-12/+12
* [SPARK-15370][SQL] Fix count bugHerman van Hövell tot Westerflier2016-06-121-0/+81
* [SPARK-15870][SQL] DataFrame can't execute after uncacheTable.Takuya UESHIN2016-06-121-1/+40