aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-17751][SQL] Remove spark.sql.eagerAnalysis and Output the Plan if Exis...gatorsmile2016-10-171-0/+3
* [SPARK-16980][SQL] Load only catalog table partition metadata required to ans...Michael Allman2016-10-145-14/+43
* [SPARK-11775][PYSPARK][SQL] Allow PySpark to register Java UDFJeff Zhang2016-10-142-0/+51
* [SPARK-16063][SQL] Add storageLevel to DatasetNick Pentreath2016-10-141-10/+26
* [SPARK-17863][SQL] should not add column into DistinctDavies Liu2016-10-141-0/+24
* [TEST] Ignore flaky test in StreamingQueryListenerSuiteTathagata Das2016-10-141-1/+1
* [SPARK-17661][SQL] Consolidate various listLeafFiles implementationspetermaxlee2016-10-132-11/+34
* [SPARK-17731][SQL][STREAMING] Metrics for structured streamingTathagata Das2016-10-139-146/+653
* [SPARK-17827][SQL] maxColLength type should be Int for String and BinaryPete Robbins2016-10-131-4/+4
* [SPARK-17899][SQL] add a debug mode to keep raw table properties in HiveExter...Wenchen Fan2016-10-131-10/+14
* [SPARK-17866][SPARK-17867][SQL] Fix Dataset.dropduplicatesLiang-Chi Hsieh2016-10-131-0/+17
* [SPARK-17876] Write StructuredStreaming WAL to a stream instead of materializ...Burak Yavuz2016-10-121-5/+9
* [SPARK-17845] [SQL] More self-evident window function frame boundary APIReynold Xin2016-10-121-4/+7
* [SPARK-17675][CORE] Expand Blacklist for TaskSetsImran Rashid2016-10-121-1/+2
* [SPARK-17850][CORE] Add a flag to ignore corrupt filesShixiong Zhu2016-10-121-1/+36
* [SPARK-17720][SQL] introduce static SQL confWenchen Fan2016-10-112-2/+23
* [SPARK-17844] Simplify DataFrame API for defining frame boundaries in window ...Reynold Xin2016-10-101-0/+12
* [SPARK-17719][SPARK-17776][SQL] Unify and tie up options in a single place in...hyukjinkwon2016-10-102-10/+9
* [SPARK-16896][SQL] Handle duplicated field names in header consistently with ...hyukjinkwon2016-10-112-2/+33
* [SPARK-17738][TEST] Fix flaky test in ColumnTypeSuiteDavies Liu2016-10-101-3/+4
* [HOT-FIX][SQL][TESTS] Remove unused function in `SparkSqlParserSuite`jiangxingbo2016-10-101-10/+0
* [SPARK-17338][SQL] add global temp viewWenchen Fan2016-10-103-10/+179
* [SPARK-17741][SQL] Grammar to parse top level and nested data fields separatelyjiangxingbo2016-10-092-5/+149
* [SPARK-17806] [SQL] fix bug in join key rewritten in HashJoinDavies Liu2016-10-071-0/+47