aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16839][SQL] Simplify Struct creation code patheyal farago2016-11-021-1/+1
* [SPARK-18076][CORE][SQL] Fix default Locale used in DateFormat, NumberFormat ...Sean Owen2016-11-023-14/+15
* [SPARK-18144][SQL] logging StreamingQueryListener$QueryStartedEventCodingCat2016-11-011-1/+6
* [SPARK-18192] Support all file formats in structured streamingReynold Xin2016-11-011-33/+29
* [SPARK-17475][STREAMING] Delete CRC files if the filesystem doesn't use check...frreiss2016-11-011-0/+6
* [SPARK-18025] Use commit protocol API in structured streamingReynold Xin2016-11-011-105/+1
* [SPARK-17764][SQL] Add `to_json` supporting to convert nested struct column t...hyukjinkwon2016-11-011-6/+24
* [SPARK-18148][SQL] Misleading Error Message for Aggregation Without Window/Gr...jiangxingbo2016-11-013-64/+128
* Revert "[SPARK-16839][SQL] redundant aliases after cleanupAliases"Herman van Hovell2016-11-012-3/+3
* [SPARK-16839][SQL] redundant aliases after cleanupAliaseseyal farago2016-11-012-3/+3
* [SPARK-17996][SQL] Fix unqualified catalog.getFunction(...)Herman van Hovell2016-11-011-3/+12
* [SPARK-18111][SQL] Wrong ApproximatePercentile answer when multiple records h...wangzhenhua2016-11-011-0/+11
* [SPARK-18030][TESTS] Fix flaky FileStreamSourceSuite by not deleting the filesShixiong Zhu2016-10-311-10/+0
* [SPARK-17972][SQL] Add Dataset.checkpoint() to truncate large query plansCheng Lian2016-10-311-0/+68
* [SPARK-18143][SQL] Ignore Structured Streaming event logs to avoid breaking h...Shixiong Zhu2016-10-313-0/+50
* [SPARK-18106][SQL] ANALYZE TABLE should raise a ParseException for invalid op...Dongjoon Hyun2016-10-301-2/+16
* [SPARK-18103][SQL] Rename *FileCatalog to *FileIndexEric Liang2016-10-305-24/+24
* [SPARK-18164][SQL] ForeachSink should fail the Spark job if `process` throws ...Shixiong Zhu2016-10-281-5/+14
* [SPARK-17970][SQL] store partition spec in metastore for data source tableEric Liang2016-10-272-123/+79
* [SPARK-16963][SQL] Fix test "StreamExecution metadata garbage collection"Shixiong Zhu2016-10-271-1/+1
* [SPARK-17219][ML] enhanced NaN value handling in BucketizerVinceShieh2016-10-271-0/+4
* [SPARK-18009][SQL] Fix ClassCastException while calling toLocalIterator() on ...Dilip Biswal2016-10-271-0/+7
* [SPARK-16963][STREAMING][SQL] Changes to Source trait and related implementat...frreiss2016-10-261-4/+4
* [SPARK-18094][SQL][TESTS] Move group analytics test cases from `SQLQuerySuite...jiangxingbo2016-10-263-192/+290
* [SPARK-18093][SQL] Fix default value test in SQLConfSuite to work rega…Mark Grover2016-10-261-2/+5
* [SPARK-17733][SQL] InferFiltersFromConstraints rule never terminates for queryjiangxingbo2016-10-261-4/+1
* [SPARK-17693][SQL] Fixed Insert Failure To Data Source Tables when the Schema...gatorsmile2016-10-261-0/+42
* [SPARK-18070][SQL] binary operator should not consider nullability when compa...Wenchen Fan2016-10-251-0/+9
* [SPARK-18026][SQL] should not always lowercase partition columns of partition...Wenchen Fan2016-10-251-0/+42
* [SPARK-17409][SQL][FOLLOW-UP] Do Not Optimize Query in CTAS More Than Oncegatorsmile2016-10-252-1/+19
* [SPARK-17624][SQL][STREAMING][TEST] Fixed flaky StateStoreSuite.maintenanceTathagata Das2016-10-241-17/+32
* [SPARK-17810][SQL] Default spark.sql.warehouse.dir is relative to local FS bu...Sean Owen2016-10-242-16/+13
* [SPARK-18045][SQL][TESTS] Move `HiveDataFrameAnalyticsSuite` to package `sql`jiangxingbo2016-10-232-0/+100
* [SPARK-18038][SQL] Move output partitioning definition from UnaryNodeExec to ...Tejas Patil2016-10-231-0/+2
* [SPARK-17123][SQL] Use type-widened encoder for DataFrame rather than existin...hyukjinkwon2016-10-221-0/+16
* [SPARK-18044][STREAMING] FileStreamSource should not infer partitions in ever...Wenchen Fan2016-10-211-1/+1
* [SPARK-17926][SQL][STREAMING] Added json for statusesTathagata Das2016-10-211-0/+105
* [SPARK-17331][FOLLOWUP][ML][CORE] Avoid allocating 0-length arraysZheng RuiFeng2016-10-211-1/+1
* [SPARK-18030][TESTS] Adds more checks to collect more info about FileStreamSo...Shixiong Zhu2016-10-201-1/+3
* [SPARK-15780][SQL] Support mapValues on KeyValueGroupedDatasetKoert Kuipers2016-10-201-0/+11
* [SPARK-17860][SQL] SHOW COLUMN's database conflict check should respect case ...Dilip Biswal2016-10-205-8/+303
* [SPARK-17989][SQL] Check ascendingOrder type in sort_array function rather th...hyukjinkwon2016-10-192-3/+24
* [SPARK-17873][SQL] ALTER TABLE RENAME TO should allow users to specify databa...Wenchen Fan2016-10-182-13/+51
* [SPARK-17731][SQL][STREAMING][FOLLOWUP] Refactored StreamingQueryListener APIsTathagata Das2016-10-183-12/+13
* [SPARK-17974] try 2) Refactor FileCatalog classes to simplify the inheritance...Eric Liang2016-10-183-38/+16
* [SPARK-17388] [SQL] Support for inferring type date/timestamp/decimal for par...hyukjinkwon2016-10-181-1/+41
* [SQL][STREAMING][TEST] Follow up to remove Option.contains for Scala 2.10 com...Tathagata Das2016-10-181-1/+3
* [SQL][STREAMING][TEST] Fix flaky tests in StreamingQueryListenerSuiteLiwei Lin2016-10-183-12/+38
* Revert "[SPARK-17974] Refactor FileCatalog classes to simplify the inheritanc...Reynold Xin2016-10-173-15/+38
* [SPARK-17974] Refactor FileCatalog classes to simplify the inheritance treeEric Liang2016-10-173-38/+15