aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17346][SQL] Add Kafka source for Structured StreamingShixiong Zhu2016-10-051-10/+30
* [SPARK-17328][SQL] Fix NPE with EXPLAIN DESCRIBE TABLEDongjoon Hyun2016-10-051-2/+16
* [SPARK-17549][SQL] Only collect table size stat in driver for cached relation.Marcelo Vanzin2016-10-041-0/+14
* [SPARK-17073][SQL] generate column-level statisticsZhenhua Wang2016-10-033-14/+465
* [SPARK-14914][CORE][SQL] Skip/fix some test cases on Windows due to limitatio...Tao LI2016-10-021-1/+2
* [SPARK-17717][SQL] Add Exist/find methods to Catalog [FOLLOW-UP]Herman van Hovell2016-10-011-19/+19
* [SPARK-17740] Spark tests should mock / interpose HDFS to ensure that streams...Eric Liang2016-09-303-4/+19
* [SPARK-17738] [SQL] fix ARRAY/MAP in columnar cacheDavies Liu2016-09-301-3/+3
* [SPARK-17717][SQL] Add exist/find methods to Catalog.Herman van Hovell2016-09-291-0/+118
* [SPARK-17699] Support for parsing JSON string columnsMichael Armbrust2016-09-293-1/+32
* [SPARK-17641][SQL] Collect_list/Collect_set should not collect null values.Herman van Hovell2016-09-281-0/+12
* [SPARK-17713][SQL] Move row-datasource related tests out of JDBCSuiteEric Liang2016-09-282-8/+72
* [SPARK-17673][SQL] Incorrect exchange reuse with RowDataSourceScanEric Liang2016-09-281-0/+8
* [SPARK-15962][SQL] Introduce implementation with a dense format for UnsafeArr...Kazuaki Ishizaki2016-09-272-2/+234
* [SPARK-17652] Fix confusing exception message while reserving capacitySameer Agarwal2016-09-261-2/+2
* [SPARK-17153][SQL] Should read partition data when reading new files in files...Liang-Chi Hsieh2016-09-262-1/+90
* [SPARK-14525][SQL] Make DataFrameWrite.save work for jdbcJustin Pihony2016-09-261-0/+82
* [SPARK-17551][SQL] Add DataFrame API for null orderingxin wu2016-09-251-0/+18
* [SPARK-17643] Remove comparable requirement from OffsetMichael Armbrust2016-09-231-39/+0
* [SPARK-17640][SQL] Avoid using -1 as the default batchId for FileStreamSource...Shixiong Zhu2016-09-221-12/+12
* [SPARK-17569][SPARK-17569][TEST] Make the unit test added for work againBurak Yavuz2016-09-221-1/+1
* [SPARK-17616][SQL] Support a single distinct aggregate combined with a non-pa...Herman van Hovell2016-09-221-0/+8
* [SPARK-17613] S3A base paths with no '/' at the end return empty DataFramesBurak Yavuz2016-09-221-1/+44
* [SPARK-17625][SQL] set expectedOutputAttributes when converting SimpleCatalog...Zhenhua Wang2016-09-221-1/+13
* [SPARK-17492][SQL] Fix Reading Cataloged Data Sources without Extending Schem...gatorsmile2016-09-223-22/+95
* [SPARK-17569] Make StructuredStreaming FileStreamSource batch generation fasterBurak Yavuz2016-09-211-1/+52
* [SPARK-17590][SQL] Analyze CTE definitions at once and allow CTE subquery to ...Liang-Chi Hsieh2016-09-211-0/+25
* [SPARK-17599] Prevent ListingFileCatalog from failing if path doesn't existBurak Yavuz2016-09-211-0/+11
* [SPARK-17513][SQL] Make StreamExecution garbage-collect its metadatapetermaxlee2016-09-201-0/+24
* [SPARK-17549][SQL] Revert "[] Only collect table size stat in driver for cach...Yin Huai2016-09-201-14/+0
* [SPARK-15698][SQL][STREAMING] Add the ability to remove the old MetadataLog i...jerryshao2016-09-202-18/+116
* [SPARK-17502][SQL] Fix Multiple Bugs in DDL Statements on Temporary Viewsgatorsmile2016-09-201-1/+3
* Revert "[SPARK-17513][SQL] Make StreamExecution garbage-collect its metadata"Wenchen Fan2016-09-201-24/+0
* [SPARK-17513][SQL] Make StreamExecution garbage-collect its metadatapetermaxlee2016-09-191-0/+24
* [SPARK-17571][SQL] AssertOnQuery.condition should always return Boolean valuepetermaxlee2016-09-183-4/+10
* [SPARK-16462][SPARK-16460][SPARK-15144][SQL] Make CSV cast null values properlyLiwei Lin2016-09-182-21/+35
* [SPARK-17541][SQL] fix some DDL bugs about table management when same-name te...Wenchen Fan2016-09-183-0/+98
* [SPARK-17518][SQL] Block Users to Specify the Internal Data Source Provider Hivegatorsmile2016-09-181-0/+7
* Correct fetchsize property name in docsDaniel Darabos2016-09-171-3/+3
* [SPARK-17549][SQL] Only collect table size stat in driver for cached relation.Marcelo Vanzin2016-09-161-0/+14
* [SPARK-17426][SQL] Refactor `TreeNode.toJSON` to avoid OOM when converting un...Sean Zhong2016-09-161-136/+0
* [SPARK-17458][SQL] Alias specified for aggregates in a pivot are not honoredAndrew Ray2016-09-151-0/+11
* [SPARK-17429][SQL] use ImplicitCastInputTypes with function Length岑玉海2016-09-151-4/+6
* [SPARK-17440][SPARK-17441] Fixed Multiple Bugs in ALTER TABLEgatorsmile2016-09-151-14/+49
* [SPARK-10747][SQL] Support NULLS FIRST|LAST clause in ORDER BYXin Wu2016-09-141-1/+2
* [SPARK-17409][SQL] Do Not Optimize Query in CTAS More Than Oncegatorsmile2016-09-141-0/+12
* [SPARK-17445][DOCS] Reference an ASF page as the main place to find third-par...Sean Owen2016-09-142-9/+6
* [SPARK-17515] CollectLimit.execute() should perform per-partition limitsJosh Rosen2016-09-131-0/+9
* [SPARK-17474] [SQL] fix python udf in TakeOrderedAndProjectExecDavies Liu2016-09-121-2/+2
* [SPARK-17330][SPARK UT] Clean up spark-warehouse in UTtone-zhang2016-09-111-0/+2