aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19024][SQL] Implement new approach to write a permanent viewjiangxingbo2017-01-181-3/+7
* [SPARK-13721][SQL] Support outer generators in DataFrame APIBogdan Raducanu2017-01-171-0/+76
* [SPARK-19065][SQL] Don't inherit expression id in dropDuplicatesShixiong Zhu2017-01-182-7/+26
* [SPARK-19219][SQL] Fix Parquet log output defaultsNick Lavers2017-01-171-2/+2
* [SPARK-19240][SQL][TEST] add test for setting location for managed tableWenchen Fan2017-01-171-0/+28
* [SPARK-19148][SQL] do not expose the external table concept in CatalogWenchen Fan2017-01-171-17/+49
* [SPARK-19082][SQL] Make ignoreCorruptFiles work for ParquetLiang-Chi Hsieh2017-01-162-0/+89
* [SPARK-19207][SQL] LocalSparkSession should use Slf4JLoggerFactory.INSTANCETsuyoshi Ozawa2017-01-151-1/+1
* [SPARK-19180] [SQL] the offset of short should be 2 in OffHeapColumnYucai Yu2017-01-131-0/+63
* [SPARK-19178][SQL] convert string of large numbers to int should return nullWenchen Fan2017-01-122-0/+221
* [SPARK-17237][SQL] Remove backticks in a pivot result schemaTakeshi YAMAMURO2017-01-122-1/+9
* [SPARK-18969][SQL] Support grouping by nondeterministic expressionsWenchen Fan2017-01-121-3/+7
* [SPARK-19183][SQL] Add deleteWithJob hook to internal commit protocol APIEric Liang2017-01-124-60/+78
* [SPARK-16848][SQL] Check schema validation for user-specified schema in jdbc ...hyukjinkwon2017-01-112-1/+26
* [SPARK-18801][SQL] Support resolve a nested viewjiangxingbo2017-01-111-0/+10
* [SPARK-19149][SQL] Unify two sets of statistics in LogicalPlanwangzhenhua2017-01-1010-86/+25
* [SPARK-19157][SQL] should be able to change spark.sql.runSQLOnFiles at runtimeWenchen Fan2017-01-101-0/+23
* [SPARK-19140][SS] Allow update mode for non-aggregation streaming queriesShixiong Zhu2017-01-101-13/+22
* [SPARK-19137][SQL] Fix `withSQLConf` to reset `OptionalConfigEntry` correctlyDongjoon Hyun2017-01-101-1/+7
* [SPARK-19113][SS][TESTS] Set UncaughtExceptionHandler in onQueryStarted to en...Shixiong Zhu2017-01-102-9/+26
* [SPARK-19107][SQL] support creating hive table with DataFrameWriter and CatalogWenchen Fan2017-01-101-7/+0
* [SPARK-18952] Regex strings not properly escaped in codegen for aggregationsBurak Yavuz2017-01-091-0/+9
* [SPARK-19093][SQL] Cached tables are not used in SubqueryExpressionDilip Biswal2017-01-081-0/+72
* [SPARK-16792][SQL] Dataset containing a Case Class with a List type causes a ...Michal Senkyr2017-01-061-0/+67
* [SPARK-18871][SQL] New test cases for IN/NOT IN subqueryKevin Yu2017-01-054-0/+884
* [SPARK-18885][SQL] unify CREATE TABLE syntax for data source and hive serde t...Wenchen Fan2017-01-052-13/+69
* [MINOR][DOCS] Remove consecutive duplicated words/typo in Spark RepoNiranjan Padmanabhan2017-01-043-4/+4
* [SPARK-18877][SQL] `CSVInferSchema.inferField` on DecimalType should find a c...Dongjoon Hyun2017-01-031-0/+17
* [SPARK-18998][SQL] Add a cbo conf to switch between default statistics and es...Zhenhua Wang2017-01-031-0/+67
* [SPARK-19022][TESTS] Fix tests dependent on OS due to different newline chara...hyukjinkwon2017-01-021-6/+12
* [SPARK-19050][SS][TESTS] Fix EventTimeWatermarkSuite 'delay in months and yea...Shixiong Zhu2017-01-011-1/+4
* [SPARK-18123][SQL] Use db column names instead of RDD column ones during JDBC...Dongjoon Hyun2016-12-301-5/+30
* [SPARK-18922][TESTS] Fix more path-related test failures on Windowshyukjinkwon2016-12-304-18/+19
* [SPARK-19012][SQL] Fix `createTempViewCommand` to throw AnalysisException ins...Dongjoon Hyun2016-12-291-8/+10
* [SPARK-18960][SQL][SS] Avoid double reading file which is being copied.uncleGen2016-12-281-0/+1
* Revert "[SPARK-18990][SQL] make DatasetBenchmark fairer for Dataset"Yin Huai2016-12-271-42/+33
* [SPARK-18990][SQL] make DatasetBenchmark fairer for DatasetWenchen Fan2016-12-271-33/+42
* [SPARK-19004][SQL] Fix `JDBCWriteSuite.testH2Dialect` by removing `getCatalys...Dongjoon Hyun2016-12-271-3/+0
* [SPARK-18980][SQL] implement Aggregator with TypedImperativeAggregateWenchen Fan2016-12-262-8/+10
* [SPARK-18943][SQL] Avoid per-record type dispatch in CSV when readinghyukjinkwon2016-12-241-77/+71
* [SPARK-18911][SQL] Define CatalogStatistics to interact with metastore and co...wangzhenhua2016-12-241-1/+44
* [SPARK-18922][TESTS] Fix more resource-closing-related and path-related test ...hyukjinkwon2016-12-224-8/+7
* [SPARK-18908][SS] Creating StreamingQueryException should check if logicalPla...Shixiong Zhu2016-12-215-33/+67
* [SPARK-18528][SQL] Fix a bug to initialise an iterator of aggregation bufferTakeshi YAMAMURO2016-12-221-0/+8
* [SPARK-18234][SS] Made update mode publicTathagata Das2016-12-217-33/+125
* [SPARK-18775][SQL] Limit the max number of records written per fileReynold Xin2016-12-212-0/+83
* [SPARK-18894][SS] Fix event time watermark delay threshold specified in month...Tathagata Das2016-12-211-14/+61
* [SPARK-18900][FLAKY-TEST] StateStoreSuite.maintenanceBurak Yavuz2016-12-201-5/+7
* [SPARK-18927][SS] MemorySink for StructuredStreaming can't recover from check...Burak Yavuz2016-12-201-8/+24
* [SPARK-18899][SPARK-18912][SPARK-18913][SQL] refactor the error checking when...Wenchen Fan2016-12-192-8/+34