aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[SPARK-15285][SQL] Generated SpecificSafeProjection.apply method grow...Andrew Or2016-05-232-61/+6
* [SPARK-15285][SQL] Generated SpecificSafeProjection.apply method grows beyond...Kazuaki Ishizaki2016-05-232-6/+61
* [SPARK-15485][SQL][DOCS] Spark SQL Configurationgatorsmile2016-05-231-0/+42
* [SPARK-15464][ML][MLLIB][SQL][TESTS] Replace SQLContext and SparkContext with...WeichenXu2016-05-2322-232/+298
* [SPARK-15311][SQL] Disallow DML on Regular Tables when Using In-Memory Cataloggatorsmile2016-05-233-1/+65
* [SPARK-15431][SQL] Support LIST FILE(s)|JAR(s) command nativelyXin Wu2016-05-2310-17/+149
* [MINOR][SPARKR][DOC] Add a description for running unit tests in Windowshyukjinkwon2016-05-232-1/+27
* [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-237-0/+15
* [SPARK-15279][SQL] Catch conflicting SerDe when creating tableAndrew Or2016-05-234-33/+129
* [SPARK-15471][SQL] ScalaReflection cleanupWenchen Fan2016-05-232-88/+21
* [SPARK-14031][SQL] speedup CSV writerDavies Liu2016-05-232-13/+29
* [SPARK-15425][SQL] Disallow cross joins by defaultSameer Agarwal2016-05-2210-46/+113
* [SPARK-15379][SQL] check special invalid datewangyang2016-05-222-4/+42
* [MINOR] More than 100 chars in line in SparkSubmitCommandBuilderSuiteSandeep Singh2016-05-221-1/+2
* [SPARK-15468][SQL] fix some typosBo Meng2016-05-225-6/+6
* [SPARK-15430][SQL] Fix potential ConcurrentModificationException for ListAccu...Liang-Chi Hsieh2016-05-221-2/+5
* [SPARK-15428][SQL] Disable multiple streaming aggregationsTathagata Das2016-05-223-35/+41
* [SPARK-15459][SQL] Make Range logical and physical explain consistentReynold Xin2016-05-225-29/+37
* [SPARK-15312][SQL] Detect Duplicate Key in Partition Spec and Table Propertiesgatorsmile2016-05-215-12/+34
* Small documentation and style fix.Reynold Xin2016-05-212-10/+8
* [SPARK-15396][SQL][DOC] It can't connect hive metastore databasegatorsmile2016-05-212-33/+50
* [SPARK-15415][SQL] Fix BroadcastHint when autoBroadcastJoinThreshold is 0 or -1Jurriaan Pruis2016-05-215-26/+114
* [SPARK-15206][SQL] add testcases for distinct aggregate in having clausexin Wu2016-05-211-0/+31
* [SPARK-15330][SQL] Implement Reset Commandgatorsmile2016-05-215-5/+82
* [SPARK-15280] Input/Output] Refactored OrcOutputWriter and moved serializatio...Ergin Seyfe2016-05-211-39/+45
* [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-215-5/+39
* [SPARK-15462][SQL][TEST] unresolved === false` is enough in testcases.Dongjoon Hyun2016-05-214-12/+5
* [SPARK-15445][SQL] Build fails for java 1.7 after adding java.mathBigInteger ...Sandeep Singh2016-05-211-11/+13
* [SPARK-15424][SPARK-15437][SPARK-14807][SQL] Revert Create a hivecontext-comp...Reynold Xin2016-05-207-77/+6
* [SPARK-15456][PYSPARK] Fixed PySpark shell context initialization when HiveCo...Bryan Cutler2016-05-201-2/+2
* [SPARK-15031][EXAMPLE] Use SparkSession in examplesZheng RuiFeng2016-05-2034-146/+279
* [SPARK-15273] YarnSparkHadoopUtil#getOutOfMemoryErrorArgument should respect ...tedyu2016-05-202-15/+17
* [SPARK-15078] [SQL] Add all TPCDS 1.4 benchmark queries for SparkSQLSameer Agarwal2016-05-20106-1226/+4858
* [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-203-67/+22
* [SPARK-10216][SQL] Revert "[] Avoid creating empty files during overwrit…Michael Armbrust2016-05-204-182/+126
* [SPARK-15190][SQL] Support using SQLUserDefinedType for case classesShixiong Zhu2016-05-202-36/+62
* [SPARK-15165] [SPARK-15205] [SQL] Introduce place holder for comments in gene...Kousuke Saruta2016-05-2015-57/+95
* [HOTFIX] disable stress testDavies Liu2016-05-201-1/+2
* [SPARK-15360][SPARK-SUBMIT] Should print spark-submit usage when no arguments...wm624@hotmail.com2016-05-202-19/+41
* [SPARK-15400][SQL] CreateNamedStruct and CreateNamedStructUnsafe should prese...Takuya UESHIN2016-05-202-5/+30
* [SPARK-15435][SQL] Append Command to all commandsReynold Xin2016-05-2020-170/+173
* [SPARK-15308][SQL] RowEncoder should preserve nested column name.Takuya UESHIN2016-05-202-10/+34
* [SPARK-15222][SPARKR][ML] SparkR ML examples update in 2.0Yanbo Liang2016-05-201-17/+112
* [SPARK-15203][DEPLOY] The spark daemon shell script error, daemon process sta...WeichenXu2016-05-201-0/+10
* [SPARK-15444][PYSPARK][ML][HOTFIX] Default value mismatch of param linkPredic...Liang-Chi Hsieh2016-05-201-6/+5
* [SPARK-15417][SQL][PYTHON] PySpark shell always uses in-memory catalogAndrew Or2016-05-192-3/+11
* [SPARK-15421][SQL] Validate DDL property valuesAndrew Or2016-05-192-9/+77