aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20439][SQL] Fix Catalog API listTables and getTable when failed to fet...Xiao Li2017-04-241-5/+23
* [SPARK-20430][SQL] Initialise RangeExec parameters in a driver sideTakeshi Yamamuro2017-04-221-5/+5
* [SPARK-20420][SQL] Add events to the external catalogHerman van Hovell2017-04-211-0/+7
* [SPARK-20281][SQL] Print the identical Range parameters of SparkContext APIs ...Takeshi Yamamuro2017-04-201-1/+2
* [SPARK-20329][SQL] Make timezone aware expression without timezone unresolvedHerman van Hovell2017-04-214-13/+17
* [SPARK-20367] Properly unescape column names of partitioning columns parsed f...Juliusz Sompolski2017-04-211-1/+1
* [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-201-1/+3
* [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-191-1/+3
* [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-141-4/+4
* [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-121-30/+26
* [SPARK-20303][SQL] Rename createTempFunction to registerFunctionXiao Li2017-04-121-6/+3
* [SPARK-18692][BUILD][DOCS] Test Java 8 unidoc build on Jenkinshyukjinkwon2017-04-121-1/+1
* [MINOR][DOCS] JSON APIs related documentation fixeshyukjinkwon2017-04-121-2/+2
* [SPARK-19993][SQL] Caching logical plans containing subquery expressions does...Dilip Biswal2017-04-121-3/+4
* [SPARK-20291][SQL] NaNvl(FloatType, NullType) should not be cast to NaNvl(Dou...DB Tsai2017-04-121-2/+1
* [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-101-13/+34
* [SPARK-20156][CORE][SQL][STREAMING][MLLIB] Java String toLowerCase "Turkish l...Sean Owen2017-04-1023-58/+86
* [SPARK-20229][SQL] add semanticHash to QueryPlanWenchen Fan2017-04-108-69/+30
* [SPARK-20270][SQL] na.fill should not change the values in long or integer wh...DB Tsai2017-04-101-2/+3
* [SPARK-20255] Move listLeafFiles() to InMemoryFileIndexAdrian Ionescu2017-04-072-222/+227
* [SPARK-20245][SQL][MINOR] pass output to LogicalRelation directlyWenchen Fan2017-04-073-36/+22
* [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-20209][SS] Execute next trigger immediately if previous batch took lon...Tathagata Das2017-04-041-8/+9
* 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-041-1/+1
* [SPARK-20204][SQL] remove SimpleCatalystConf and CatalystConf type aliasWenchen Fan2017-04-045-14/+14
* [SPARK-20198][SQL] Remove the inconsistency in table/function name convention...Xiao Li2017-04-043-55/+134
* [SPARK-20067][SQL] Unify and Clean Up Desc Commands Using Catalog InterfaceXiao Li2017-04-032-99/+28
* [SPARK-10364][SQL] Support Parquet logical type TIMESTAMP_MILLISDilip Biswal2017-04-044-9/+54
* [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-031-30/+47
* [SPARK-20166][SQL] Use XXX for ISO 8601 timezone instead of ZZ (FastDateForma...hyukjinkwon2017-04-034-7/+7
* [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-311-12/+16
* [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-291-6/+16
* [SPARK-20136][SQL] Add num files and metadata operation timing to scan operat...Reynold Xin2017-03-291-2/+16
* [SPARK-20009][SQL] Support DDL strings for defining schema in functions.from_...Takeshi Yamamuro2017-03-291-3/+12
* [SPARK-20048][SQL] Cloning SessionState does not clone query execution listenersKunal Khamar2017-03-294-40/+54
* [SPARK-20134][SQL] SQLMetrics.postDriverMetricUpdates to simplify driver side...Reynold Xin2017-03-294-14/+29
* [SPARK-20126][SQL] Remove HiveSessionStateHerman van Hovell2017-03-283-25/+32
* [SPARK-20100][SQL] Refactor SessionState initializationHerman van Hovell2017-03-285-153/+352