aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-15711][SQL] Ban CREATE TEMPORARY TABLE USING AS SELECTSean Zhong2016-06-025-175/+142
* [SPARK-15515][SQL] Error Handling in Running SQL Directly On Filesgatorsmile2016-06-025-32/+88
* [SPARK-15728][SQL] Rename aggregate operators: HashAggregate and SortAggregateReynold Xin2016-06-029-35/+37
* [SPARK-15322][SQL][FOLLOWUP] Use the new long accumulator for old int accumul...hyukjinkwon2016-06-024-14/+14
* [SPARK-15709][SQL] Prevent `freqItems` from raising `UnsupportedOperationExce...Dongjoon Hyun2016-06-022-2/+13
* [SPARK-13484][SQL] Prevent illegal NULL propagation when filtering outer-join...Takeshi YAMAMURO2016-06-011-0/+21
* [SPARK-15620][SQL] Fix transformed dataset attributes revolve failurejerryshao2016-06-011-0/+10
* [SPARK-15646][SQL] When spark.sql.hive.convertCTAS is true, the conversion ru...Yin Huai2016-06-013-3/+46
* [SPARK-15692][SQL] Improves the explain output of several physical plans by d...Sean Zhong2016-06-016-4/+22
* [SPARK-15441][SQL] support null object in Dataset outer-joinWenchen Fan2016-06-012-33/+57
* [SPARK-15269][SQL] Removes unexpected empty table directories created while c...Cheng Lian2016-06-013-6/+5
* [SPARK-15596][SPARK-15635][SQL] ALTER TABLE RENAME fixesAndrew Or2016-06-012-2/+51
* [SPARK-15686][SQL] Move user-facing streaming classes into sql.streamingReynold Xin2016-06-0135-68/+109
* [SPARK-15495][SQL] Improve the explain output for Aggregation operatorSean Zhong2016-06-012-3/+3
* [SPARK-14343][SQL] Proper column pruning for text data sourceCheng Lian2016-06-012-13/+35
* [HOTFIX] DDLSuite was broken by 93e9714Andrew Or2016-05-311-4/+4
* [SPARK-15618][SQL][MLLIB] Use SparkSession.builder.sparkContext if applicable.Dongjoon Hyun2016-05-312-22/+21
* [MINOR][SQL][DOCS] Fix docs of Dataset.scala and SQLImplicits.scala.Dongjoon Hyun2016-05-312-19/+19
* [SPARK-12988][SQL] Can't drop top level columns that contain dotsSean Zhong2016-05-312-5/+34
* [SPARK-15662][SQL] Add since annotation for classes in sql.catalogReynold Xin2016-05-314-7/+60
* [SPARK-15517][SQL][STREAMING] Add support for complete output mode in Structu...Tathagata Das2016-05-3116-88/+434
* [SPARK-15557] [SQL] cast the string into DoubleType when it's used together w...Dilip Biswal2016-05-311-2/+2
* [SPARK-15327] [SQL] fix split expression in whole stage codegenDavies Liu2016-05-313-0/+27
* Revert "[SPARK-11753][SQL][TEST-HADOOP2.2] Make allowNonNumericNumbers option...Shixiong Zhu2016-05-313-62/+27
* [SPARK-15658][SQL] UDT serializer should declare its data type as udt instead...Wenchen Fan2016-05-311-0/+4
* [SPARK-15647][SQL] Fix Boundary Cases in OptimizeCodegen Rulegatorsmile2016-05-311-0/+29
* [SPARK-15638][SQL] Audit Dataset, SparkSession, and SQLContextReynold Xin2016-05-308-77/+54
* [SPARK-15112][SQL] Disables EmbedSerializerInFilter for plan fragments that c...Cheng Lian2016-05-291-1/+15
* [MINOR] Resolve a number of miscellaneous build warningsSean Owen2016-05-292-0/+4
* [SPARK-15549][SQL] Disable bucketing when the output doesn't contain all buck...Yadong Qi2016-05-281-7/+6
* [SPARK-15553][SQL] Dataset.createTempView should use CreateViewCommandLiang-Chi Hsieh2016-05-276-31/+34
* [SPARK-15633][MINOR] Make package name for Java tests consistentReynold Xin2016-05-273-3/+3
* [SPARK-15594][SQL] ALTER TABLE SERDEPROPERTIES does not respect partition specAndrew Or2016-05-272-6/+84
* [SPARK-9876][SQL] Update Parquet to 1.8.1.Ryan Blue2016-05-275-86/+65
* [SPARK-14400][SQL] ScriptTransformation does not fail the job for bad user co...Tejas Patil2016-05-271-1/+6
* [MINOR][DOCS] Typo fixes in Dataset scaladocXinh Huynh2016-05-271-2/+2
* [SPARK-15597][SQL] Add SparkSession.emptyDatasetReynold Xin2016-05-272-0/+18
* [SPARK-15599][SQL][DOCS] API docs for `createDataset` functions in SparkSessionSameer Agarwal2016-05-271-0/+63
* [SPARK-15584][SQL] Abstract duplicate code: `spark.sql.sources.` propertiesDongjoon Hyun2016-05-2710-44/+44
* [SPARK-15565][SQL] Add the File Scheme to the Default Value of WAREHOUSE_PATHgatorsmile2016-05-273-1/+38
* [SPARK-15529][SQL] Replace SQLContext and HiveContext with SparkSession in Testgatorsmile2016-05-2629-208/+169
* [MINOR] Fix Typos 'a -> an'Zheng RuiFeng2016-05-2610-14/+14
* [SPARK-15583][SQL] Disallow altering datasource propertiesAndrew Or2016-05-264-66/+138
* [SPARK-15538][SPARK-15539][SQL] Truncate table fixes round 2Andrew Or2016-05-262-26/+86
* [SPARK-15532][SQL] SQLContext/HiveContext's public constructors should use Sp...Yin Huai2016-05-262-10/+4
* [SPARK-15550][SQL] Dataset.show() should show contents nested products as rowsCheng Lian2016-05-262-26/+52
* [SPARK-13445][SQL] Improves error message and add test coverage for Window fu...Sean Zhong2016-05-261-0/+8
* [SPARK-15552][SQL] Remove unnecessary private[sql] methods in SparkSessionReynold Xin2016-05-2621-156/+114
* [SPARK-15539][SQL] DROP TABLE throw exception if table doesn't existAndrew Or2016-05-262-8/+6
* [SPARK-15543][SQL] Rename DefaultSources to make them more self-describingReynold Xin2016-05-2513-52/+72