aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20329][SQL] Make timezone aware expression without timezone unresolvedHerman van Hovell2017-04-218-21/+42
* [SPARK-20367] Properly unescape column names of partitioning columns parsed f...Juliusz Sompolski2017-04-212-1/+13
* [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-203-50/+143
* [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-202-2/+9
* [SPARK-20405][SQL] Dataset.withNewExecutionId should be privateReynold Xin2017-04-201-1/+1
* [SPARK-20156][SQL][FOLLOW-UP] Java String toLowerCase "Turkish locale bug" in...Xiao Li2017-04-203-2/+49
* [SPARK-20398][SQL] range() operator should include cancellation reason when k...Eric Liang2017-04-191-3/+1
* [SPARK-20356][SQL] Pruned InMemoryTableScanExec should have correct output pa...Liang-Chi Hsieh2017-04-192-1/+18
* [SPARK-20359][SQL] Avoid unnecessary execution in EliminateOuterJoin optimiza...Koert Kuipers2017-04-191-0/+10
* [SPARK-20349][SQL] ListFunctions returns duplicate functions after using pers...Xiao Li2017-04-171-3/+1
* [SPARK-20318][SQL] Use Catalyst type for min/max in ColumnStat for ease of es...wangzhenhua2017-04-142-12/+15
* [SPARK-20038][SQL] FileFormatWriter.ExecuteWriteTask.releaseResources() imple...Steve Loughran2017-04-131-4/+10
* [SPARK-20301][FLAKY-TEST] Fix Hadoop Shell.runCommand flakiness in Structured...Burak Yavuz2017-04-122-30/+32
* [SPARK-20303][SQL] Rename createTempFunction to registerFunctionXiao Li2017-04-122-8/+6
* [SPARK-18692][BUILD][DOCS] Test Java 8 unidoc build on Jenkinshyukjinkwon2017-04-127-19/+27
* [MINOR][DOCS] JSON APIs related documentation fixeshyukjinkwon2017-04-121-2/+2
* [SPARK-19993][SQL] Caching logical plans containing subquery expressions does...Dilip Biswal2017-04-122-4/+146
* [SPARK-20291][SQL] NaNvl(FloatType, NullType) should not be cast to NaNvl(Dou...DB Tsai2017-04-121-2/+1
* [SPARK-20175][SQL] Exists should not be evaluated in Join operatorLiang-Chi Hsieh2017-04-111-0/+10
* [SPARK-20283][SQL] Add preOptimizationBatchesReynold Xin2017-04-101-1/+7
* [SPARK-20282][SS][TESTS] Write the commit log first to fix a race contion in ...Shixiong Zhu2017-04-101-1/+1
* [SPARK-20280][CORE] FileStatusCache Weigher integer overflowBogdan Raducanu2017-04-102-13/+50
* [SPARK-20156][CORE][SQL][STREAMING][MLLIB] Java String toLowerCase "Turkish l...Sean Owen2017-04-1035-86/+134
* [SPARK-20229][SQL] add semanticHash to QueryPlanWenchen Fan2017-04-109-78/+39
* [SPARK-20270][SQL] na.fill should not change the values in long or integer wh...DB Tsai2017-04-102-2/+17
* [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-073-231/+236
* [SPARK-20245][SQL][MINOR] pass output to LogicalRelation directlyWenchen Fan2017-04-074-45/+32
* [SPARK-20196][PYTHON][SQL] update doc for catalog functions for all languages...Felix Cheung2017-04-062-16/+23
* [SPARK-20224][SS] Updated docs for streaming dropDuplicates and mapGroupsWith...Tathagata Das2017-04-052-3/+14
* [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-0410-72/+193
* Small doc fix for ReuseSubquery.Reynold Xin2017-04-041-2/+2
* [SPARK-19716][SQL] support by-name resolution for struct type elements in arrayWenchen Fan2017-04-042-1/+10
* [SPARK-20204][SQL] remove SimpleCatalystConf and CatalystConf type aliasWenchen Fan2017-04-046-16/+16
* [SPARK-20198][SQL] Remove the inconsistency in table/function name convention...Xiao Li2017-04-044-55/+155
* [SPARK-20067][SQL] Unify and Clean Up Desc Commands Using Catalog InterfaceXiao Li2017-04-0312-375/+523
* [SPARK-10364][SQL] Support Parquet logical type TIMESTAMP_MILLISDilip Biswal2017-04-0410-20/+193
* [SPARK-20145] Fix range case insensitive bug in SQLsamelamin2017-04-032-1/+25
* [SPARK-20194] Add support for partition pruning to in-memory catalogAdrian Ionescu2017-04-031-4/+1
* [SPARK-19641][SQL] JSON schema inference in DROPMALFORMED mode produces incor...hyukjinkwon2017-04-032-33/+78
* [SPARK-20166][SQL] Use XXX for ISO 8601 timezone instead of ZZ (FastDateForma...hyukjinkwon2017-04-035-8/+8
* [SPARK-19148][SQL][FOLLOW-UP] do not expose the external table concept in Cat...Xiao Li2017-04-011-10/+15
* [SPARK-20165][SS] Resolve state encoder's deserializer in driver in FlatMapGr...Tathagata Das2017-03-316-21/+45
* [SPARK-20164][SQL] AnalysisException not tolerant of null query plan.Kunal Khamar2017-03-311-0/+8
* [SPARK-20151][SQL] Account for partition pruning in scan metadataTime metricsReynold Xin2017-03-303-4/+18
* [DOCS] Docs-only improvementsJacek Laskowski2017-03-308-36/+36
* [SPARK-20148][SQL] Extend the file commit API to allow subscribing to task co...Eric Liang2017-03-292-7/+46