aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18863][SQL] Output non-aggregate expressions without GROUP BY in a sub...Nattavut Sutyanyong2017-01-253-1/+112
* [SPARK-19334][SQL] Fix the code injection vulnerability related to Generator ...Kousuke Saruta2017-01-241-0/+16
* [SPARK-19017][SQL] NOT IN subquery with more than one column may return incor...Nattavut Sutyanyong2017-01-244-4/+123
* [SPARK-17913][SQL] compare atomic and string type column may return confusing...Wenchen Fan2017-01-242-1/+6
* [SPARK-19268][SS] Disallow adaptive query execution for streaming queriesShixiong Zhu2017-01-231-1/+11
* [SPARK-9435][SQL] Reuse function in Java UDF to correctly support expressions...hyukjinkwon2017-01-231-0/+22
* [SPARK-19284][SQL] append to partitioned datasource table should without cust...windpiger2017-01-231-0/+32
* [SPARK-19218][SQL] Fix SET command to show a result correctly and in a sorted...Dongjoon Hyun2017-01-231-0/+27
* [SPARK-19229][SQL] Disallow Creating Hive Source Tables when Hive Support is ...gatorsmile2017-01-2210-58/+50
* [SPARK-16101][SQL] Refactoring CSV read path to be consistent with JSON data ...hyukjinkwon2017-01-231-26/+28
* [SPARK-18589][SQL] Fix Python UDF accessing attributes from both side of joinDavies Liu2017-01-201-8/+6
* [SPARK-19059][SQL] Unable to retrieve data from parquet table whose name star...jayadevanmurali2017-01-191-0/+8
* [SPARK-19265][SQL] make table relation cache general and does not depend on hiveWenchen Fan2017-01-192-12/+2
* [SPARK-19113][SS][TESTS] Ignore StreamingQueryException thrown from awaitInit...Shixiong Zhu2017-01-181-1/+6
* [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