aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15543][SQL] Rename DefaultSources to make them more self-describingReynold Xin2016-05-2513-52/+72
* [SPARK-15533][SQL] Deprecate Dataset.explodeSameer Agarwal2016-05-251-11/+22
* [SPARK-15534][SPARK-15535][SQL] Truncate table fixesAndrew Or2016-05-252-9/+5
* [SPARK-15493][SQL] default QuoteEscapingEnabled flag to true when writing CSVJurriaan Pruis2016-05-255-1/+58
* [SPARK-15483][SQL] IncrementalExecution should use extra strategies.Takuya UESHIN2016-05-252-1/+17
* [MINOR][MLLIB][STREAMING][SQL] Fix typoslfzCarlosC2016-05-252-2/+2
* [SPARK-15345][SQL][PYSPARK] SparkSession's conf doesn't take effect when this...Jeff Zhang2016-05-252-3/+25
* [SPARK-15436][SQL] Remove DescribeFunction and ShowFunctionsReynold Xin2016-05-254-8/+101
* [SPARK-15498][TESTS] fix slow testsWenchen Fan2016-05-241-13/+3
* [SPARK-15365][SQL] When table size statistics are not available from metastor...Parth Brahmbhatt2016-05-241-0/+9
* [SPARK-15512][CORE] repartition(0) should raise IllegalArgumentExceptionDongjoon Hyun2016-05-242-0/+16
* [SPARK-15458][SQL][STREAMING] Disable schema inference for streaming datasets...Tathagata Das2016-05-243-91/+166
* [SPARK-13135] [SQL] Don't print expressions recursively in generated codeDongjoon Hyun2016-05-242-3/+4
* [SPARK-11753][SQL][TEST-HADOOP2.2] Make allowNonNumericNumbers option workLiang-Chi Hsieh2016-05-243-27/+62
* [SPARK-15397][SQL] fix string udf locate as hiveDaoyuan Wang2016-05-231-5/+5
* Revert "[SPARK-15285][SQL] Generated SpecificSafeProjection.apply method grow...Andrew Or2016-05-231-35/+0
* [SPARK-15285][SQL] Generated SpecificSafeProjection.apply method grows beyond...Kazuaki Ishizaki2016-05-231-0/+35
* [SPARK-15311][SQL] Disallow DML on Regular Tables when Using In-Memory Cataloggatorsmile2016-05-231-0/+48
* [SPARK-15431][SQL] Support LIST FILE(s)|JAR(s) command nativelyXin Wu2016-05-232-8/+88
* [SPARK-15315][SQL] Adding error check to the CSV datasource writer for unsup...sureshthalamati2016-05-232-1/+35
* [MINOR][SQL][DOCS] Add notes of the deterministic assumption on UDF functionsDongjoon Hyun2016-05-235-0/+11
* [SPARK-15279][SQL] Catch conflicting SerDe when creating tableAndrew Or2016-05-232-28/+126
* [SPARK-14031][SQL] speedup CSV writerDavies Liu2016-05-232-13/+29
* [SPARK-15425][SQL] Disallow cross joins by defaultSameer Agarwal2016-05-228-46/+103
* [SPARK-15428][SQL] Disable multiple streaming aggregationsTathagata Das2016-05-221-19/+0
* [SPARK-15459][SQL] Make Range logical and physical explain consistentReynold Xin2016-05-223-17/+15
* [SPARK-15312][SQL] Detect Duplicate Key in Partition Spec and Table Propertiesgatorsmile2016-05-212-2/+20
* Small documentation and style fix.Reynold Xin2016-05-211-9/+6
* [SPARK-15415][SQL] Fix BroadcastHint when autoBroadcastJoinThreshold is 0 or -1Jurriaan Pruis2016-05-212-15/+91
* [SPARK-15330][SQL] Implement Reset Commandgatorsmile2016-05-213-1/+76
* [SPARK-15452][SQL] Mark aggregator API as experimentalReynold Xin2016-05-211-0/+3
* [SPARK-15114][SQL] Column name generated by typed aggregate is super verboseDilip Biswal2016-05-213-1/+30
* [SPARK-15031][EXAMPLE] Use SparkSession in examplesZheng RuiFeng2016-05-201-3/+3
* [SPARK-15078] [SQL] Add all TPCDS 1.4 benchmark queries for SparkSQLSameer Agarwal2016-05-20105-1226/+4857
* [SPARK-15454][SQL] Filter out files starting with _Reynold Xin2016-05-202-5/+16
* [SPARK-15438][SQL] improve explain of whole stage codegenDavies Liu2016-05-202-19/+13
* [SPARK-10216][SQL] Revert "[] Avoid creating empty files during overwrit…Michael Armbrust2016-05-201-113/+108
* [SPARK-15165] [SPARK-15205] [SQL] Introduce place holder for comments in gene...Kousuke Saruta2016-05-203-13/+11
* [HOTFIX] disable stress testDavies Liu2016-05-201-1/+2
* [SPARK-15435][SQL] Append Command to all commandsReynold Xin2016-05-2015-149/+152
* [SPARK-15421][SQL] Validate DDL property valuesAndrew Or2016-05-192-9/+77
* [SPARK-15367][SQL] Add refreshTable backgatorsmile2016-05-204-22/+43
* [SPARK-15335][SQL] Implement TRUNCATE TABLE CommandLianhui Wang2016-05-192-0/+72
* [SPARK-15313][SQL] EmbedSerializerInFilter rule should keep exprIds of output...Takuya UESHIN2016-05-191-0/+7
* [SPARK-15075][SPARK-15345][SQL] Clean up SparkSession builder and propagate c...Reynold Xin2016-05-1935-327/+323
* [SPARK-11827][SQL] Adding java.math.BigInteger support in Java type inference...Kevin Yu2016-05-202-4/+17
* [SPARK-15416][SQL] Display a better message for not finding classes removed i...Shixiong Zhu2016-05-191-17/+44
* [SPARK-15375][SQL][STREAMING] Add ConsoleSink to structure streamingjerryshao2016-05-193-0/+76
* [SPARK-15392][SQL] fix default value of size estimation of logical planDavies Liu2016-05-193-6/+39
* [SPARK-15317][CORE] Don't store accumulators for every task in listenersShixiong Zhu2016-05-194-16/+14