aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19993][SQL] Caching logical plans containing subquery expressions does...Dilip Biswal2017-04-121-1/+142
* [SPARK-20175][SQL] Exists should not be evaluated in Join operatorLiang-Chi Hsieh2017-04-111-0/+10
* [SPARK-20280][CORE] FileStatusCache Weigher integer overflowBogdan Raducanu2017-04-101-0/+16
* [SPARK-20156][CORE][SQL][STREAMING][MLLIB] Java String toLowerCase "Turkish l...Sean Owen2017-04-1012-28/+48
* [SPARK-20229][SQL] add semanticHash to QueryPlanWenchen Fan2017-04-101-9/+9
* [SPARK-20270][SQL] na.fill should not change the values in long or integer wh...DB Tsai2017-04-101-0/+14
* [SPARK-20253][SQL] Remove unnecessary nullchecks of a return value from Spark...Kazuaki Ishizaki2017-04-101-0/+10
* [SPARK-20255] Move listLeafFiles() to InMemoryFileIndexAdrian Ionescu2017-04-071-9/+9
* [SPARK-20245][SQL][MINOR] pass output to LogicalRelation directlyWenchen Fan2017-04-071-9/+10
* [SPARK-20223][SQL] Fix typo in tpcds q77.sqlwangzhenhua2017-04-051-1/+1
* [SPARK-20209][SS] Execute next trigger immediately if previous batch took lon...Tathagata Das2017-04-049-64/+184
* [SPARK-19716][SQL] support by-name resolution for struct type elements in arrayWenchen Fan2017-04-041-0/+9
* [SPARK-20204][SQL] remove SimpleCatalystConf and CatalystConf type aliasWenchen Fan2017-04-041-2/+2
* [SPARK-20198][SQL] Remove the inconsistency in table/function name convention...Xiao Li2017-04-041-0/+21
* [SPARK-20067][SQL] Unify and Clean Up Desc Commands Using Catalog InterfaceXiao Li2017-04-0310-276/+495
* [SPARK-10364][SQL] Support Parquet logical type TIMESTAMP_MILLISDilip Biswal2017-04-044-8/+114
* [SPARK-20145] Fix range case insensitive bug in SQLsamelamin2017-04-032-1/+25
* [SPARK-19641][SQL] JSON schema inference in DROPMALFORMED mode produces incor...hyukjinkwon2017-04-031-3/+31
* [SPARK-20166][SQL] Use XXX for ISO 8601 timezone instead of ZZ (FastDateForma...hyukjinkwon2017-04-031-1/+1
* [SPARK-20165][SS] Resolve state encoder's deserializer in driver in FlatMapGr...Tathagata Das2017-03-315-9/+29
* [SPARK-20164][SQL] AnalysisException not tolerant of null query plan.Kunal Khamar2017-03-311-0/+8
* [SPARK-20148][SQL] Extend the file commit API to allow subscribing to task co...Eric Liang2017-03-291-1/+30
* [SPARK-20009][SQL] Support DDL strings for defining schema in functions.from_...Takeshi Yamamuro2017-03-291-0/+7
* [SPARK-20048][SQL] Cloning SessionState does not clone query execution listenersKunal Khamar2017-03-291-0/+53
* [SPARK-20134][SQL] SQLMetrics.postDriverMetricUpdates to simplify driver side...Reynold Xin2017-03-291-3/+5
* [SPARK-20125][SQL] Dataset of type option of map does not workWenchen Fan2017-03-281-0/+6
* [SPARK-20119][TEST-MAVEN] Fix the test case fail in DataSourceScanExecRedacti...Xiao Li2017-03-281-1/+1
* [SPARK-20100][SQL] Refactor SessionState initializationHerman van Hovell2017-03-281-11/+12
* [HOTFIX][SQL] Fix the failed test cases in GeneratorFunctionSuiteXiao Li2017-03-241-6/+6
* Disable generate codegen since it fails my workload.Reynold Xin2017-03-241-28/+0
* [SPARK-20070][SQL] Redact DataSourceScanExec treeStringHerman van Hovell2017-03-241-0/+60
* [SPARK-19959][SQL] Fix to throw NullPointerException in df[java.lang.Long].c...Kazuaki Ishizaki2017-03-241-0/+11
* [SPARK-10849][SQL] Adds option to the JDBC data source write for user to spec...sureshthalamati2017-03-232-4/+148
* [SPARK-19876][SS][WIP] OneTime Trigger ExecutorTyson Condie2017-03-238-10/+94
* [SPARK-18579][SQL] Use ignoreLeadingWhiteSpace and ignoreTrailingWhiteSpace o...hyukjinkwon2017-03-231-0/+57
* [BUILD][MINOR] Fix 2.10 buildSameer Agarwal2017-03-221-1/+1
* [SPARK-20057][SS] Renamed KeyedState to GroupState in mapGroupsWithStateTathagata Das2017-03-222-63/+63
* [SPARK-20018][SQL] Pivot with timestamp and count should not print internal r...hyukjinkwon2017-03-221-1/+17
* [SPARK-19949][SQL][FOLLOW-UP] Clean up parse modes and update related commentshyukjinkwon2017-03-222-71/+49
* [SPARK-20023][SQL] Output table comment for DESC FORMATTEDXiao Li2017-03-223-24/+121
* [SPARK-20030][SS] Event-time-based timeout for MapGroupsWithStateTathagata Das2017-03-211-134/+268
* [SPARK-20051][SS] Fix StreamSuite flaky test - recover from v2.1 checkpointKunal Khamar2017-03-211-40/+37
* [SPARK-19919][SQL] Defer throwing the exception for empty paths in CSV dataso...hyukjinkwon2017-03-221-2/+4
* [SPARK-19261][SQL] Alter add columns for Hive serde and some datasource tablesXin Wu2017-03-212-7/+123
* [SPARK-19949][SQL] unify bad record handling in CSV and JSONWenchen Fan2017-03-202-5/+5
* [SPARK-19980][SQL] Add NULL checks in Bean serializerTakeshi Yamamuro2017-03-211-0/+19
* [SPARK-20010][SQL] Sort information is lost after sort merge joinwangzhenhua2017-03-211-1/+29
* [SPARK-19573][SQL] Make NaN/null handling consistent in approxQuantileZheng RuiFeng2017-03-201-19/+38
* [SPARK-19990][SQL][TEST-MAVEN] create a temp file for file in test.jar's reso...windpiger2017-03-202-14/+36
* [SPARK-19994][SQL] Wrong outputOrdering for right/full outer smjwangzhenhua2017-03-201-98/+135