aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20430][SQL] Initialise RangeExec parameters in a driver sideTakeshi Yamamuro2017-04-221-0/+6
* [SPARK-20412] Throw ParseException from visitNonOptionalPartitionSpec instead...Juliusz Sompolski2017-04-211-4/+12
* [SPARK-20329][SQL] Make timezone aware expression without timezone unresolvedHerman van Hovell2017-04-212-7/+12
* [SPARK-20367] Properly unescape column names of partitioning columns parsed f...Juliusz Sompolski2017-04-211-0/+12
* [SPARK-20410][SQL] Make sparkConf a def in SharedSQLContextHerman van Hovell2017-04-207-43/+32
* [SPARK-20334][SQL] Return a better error message when correlated predicates c...Dilip Biswal2017-04-201-5/+18
* [SPARK-20407][TESTS] ParquetQuerySuite 'Enabling/disabling ignoreCorruptFiles...Bogdan Raducanu2017-04-203-7/+60
* [SPARK-20409][SQL] fail early if aggregate function in GROUP BYWenchen Fan2017-04-201-0/+7
* [SPARK-20156][SQL][FOLLOW-UP] Java String toLowerCase "Turkish locale bug" in...Xiao Li2017-04-202-1/+46
* [SPARK-20356][SQL] Pruned InMemoryTableScanExec should have correct output pa...Liang-Chi Hsieh2017-04-191-0/+15
* [SPARK-20359][SQL] Avoid unnecessary execution in EliminateOuterJoin optimiza...Koert Kuipers2017-04-191-0/+10
* [SPARK-20318][SQL] Use Catalyst type for min/max in ColumnStat for ease of es...wangzhenhua2017-04-141-8/+11
* [SPARK-20301][FLAKY-TEST] Fix Hadoop Shell.runCommand flakiness in Structured...Burak Yavuz2017-04-121-0/+6
* [SPARK-20303][SQL] Rename createTempFunction to registerFunctionXiao Li2017-04-121-2/+3
* [SPARK-18692][BUILD][DOCS] Test Java 8 unidoc build on Jenkinshyukjinkwon2017-04-126-18/+26
* [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-1011-27/+47
* [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-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-036-150/+70
* [SPARK-10364][SQL] Support Parquet logical type TIMESTAMP_MILLISDilip Biswal2017-04-043-8/+114
* [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-221-61/+61