aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test/scala/org
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-14839][SQL] Support for other types for `tableProperty` rule in SQL sy...hyukjinkwon2016-07-061-0/+61
* [SPARK-16371][SQL] Two follow-up tasksReynold Xin2016-07-061-1/+1
* [SPARK-16371][SQL] Do not push down filters incorrectly when inner name and o...hyukjinkwon2016-07-061-0/+14
* [SPARK-16388][SQL] Remove spark.sql.nativeView and spark.sql.nativeView.canon...Reynold Xin2016-07-061-8/+8
* [SPARK-16340][SQL] Support column arguments for `regexp_replace` Dataset oper...Dongjoon Hyun2016-07-051-1/+3
* [SPARK-16286][SQL] Implement stack table generating functionDongjoon Hyun2016-07-061-0/+53
* [SPARK-16311][SQL] Metadata refresh should work on temporary viewsReynold Xin2016-07-051-4/+4
* [SPARK-9876][SQL][FOLLOWUP] Enable string and binary tests for Parquet predic...hyukjinkwon2016-07-051-4/+2
* [SPARK-15204][SQL] improve nullability inference for AggregatorKoert Kuipers2016-07-041-0/+9
* [SPARK-16288][SQL] Implement inline table generating functionDongjoon Hyun2016-07-041-0/+60
* [SPARK-16278][SPARK-16279][SQL] Implement map_keys/map_values SQL functionsDongjoon Hyun2016-07-031-0/+16
* [SPARK-16329][SQL] Star Expansion over Table Containing No Columngatorsmile2016-07-031-0/+31
* [SPARK-16335][SQL] Structured streaming should fail if source directory does ...Reynold Xin2016-07-011-23/+15
* [SPARK-16222][SQL] JDBC Sources - Handling illegal input values for `fetchsiz...gatorsmile2016-07-012-39/+77
* [SPARK-16276][SQL] Implement elt SQL functionpetermaxlee2016-07-011-0/+14
* [SPARK-16313][SQL] Spark should not silently drop exceptions in file listingReynold Xin2016-06-301-1/+1
* [SPARK-16336][SQL] Suggest doing table refresh upon FileNotFoundExceptionpetermaxlee2016-06-301-0/+88
* [SPARK-16289][SQL] Implement posexplode table generating functionDongjoon Hyun2016-06-302-60/+92
* [SPARK-13850] Force the sorter to Spill when number of elements in th…Sital Kedia2016-06-301-1/+3
* [SPARK-16274][SQL] Implement xpath_booleanpetermaxlee2016-06-301-0/+32
* [SPARK-16267][TEST] Replace deprecated `CREATE TEMPORARY TABLE ... USING` fro...Dongjoon Hyun2016-06-295-11/+11
* [SPARK-16134][SQL] optimizer rules for typed filterWenchen Fan2016-06-301-0/+1
* [SPARK-16006][SQL] Attemping to write empty DataFrame with no fields throws n...Dongjoon Hyun2016-06-291-1/+2
* [SPARK-14480][SQL] Remove meaningless StringIteratorReader for CSV data source.hyukjinkwon2016-06-291-125/+0
* [SPARK-16157][SQL] Add New Methods for comments in StructField and StructTypegatorsmile2016-06-294-11/+30
* [SPARK-16291][SQL] CheckAnalysis should capture nested aggregate functions th...Cheng Lian2016-06-291-3/+1
* [MINOR][DOCS][STRUCTURED STREAMING] Minor doc fixes around `DataFrameWriter` ...Burak Yavuz2016-06-281-2/+2
* [SPARK-16100][SQL] fix bug when use Map as the buffer type of AggregatorWenchen Fan2016-06-291-0/+15
* [SPARK-16236][SQL] Add Path Option back to Load API in DataFrameReadergatorsmile2016-06-281-0/+28
* [SPARK-16181][SQL] outer join with isNull filter may return wrong resultWenchen Fan2016-06-281-0/+9
* [SPARK-16128][SQL] Allow setting length of characters to be truncated to, in ...Prashant Sharma2016-06-282-4/+25
* [SPARK-16220][SQL] Add scope to show functionsHerman van Hovell2016-06-273-6/+28
* [SPARK-16220][SQL] Revert Change to Bring Back SHOW FUNCTIONS FunctionalityBill Chambers2016-06-272-6/+5
* [SPARK-10591][SQL][TEST] Add a testcase to ensure if `checkAnswer` handles ma...Dongjoon Hyun2016-06-271-0/+7
* [SPARK-16186] [SQL] Support partition batch pruning with `IN` predicate in In...Dongjoon Hyun2016-06-241-1/+22
* [SPARK-16192][SQL] Add type checks in CollectSetTakeshi YAMAMURO2016-06-241-0/+10
* [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