aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK-15367][SQL] Add refreshTable backgatorsmile2016-05-207-26/+59
* [SPARK-15339][ML] ML 2.0 QA: Scala APIs and code audit for regressionYanbo Liang2016-05-195-47/+58
* [SPARK-15394][ML][DOCS] User guide typos and grammar auditsethah2016-05-195-46/+45
* [SPARK-15398][ML] Update the warning message to recommend ML usageZheng RuiFeng2016-05-1912-37/+28
* [SPARK-15363][ML][EXAMPLE] Example code shouldn't use VectorImplicits._, asML...wm624@hotmail.com2016-05-191-2/+2
* [SPARK-15335][SQL] Implement TRUNCATE TABLE CommandLianhui Wang2016-05-193-0/+151
* [SPARK-15313][SQL] EmbedSerializerInFilter rule should keep exprIds of output...Takuya UESHIN2016-05-193-3/+18
* [SPARK-14261][SQL] Memory leak in Spark Thrift ServerOleg Danilov2016-05-191-0/+2
* [SPARK-14990][SQL] Fix checkForSameTypeInputExpr (ignore nullability)Reynold Xin2016-05-192-4/+56
* [SPARK-15075][SPARK-15345][SQL] Clean up SparkSession builder and propagate c...Reynold Xin2016-05-1943-357/+367
* [SPARK-11827][SQL] Adding java.math.BigInteger support in Java type inference...Kevin Yu2016-05-208-6/+76
* [SPARK-15321] Fix bug where Array[Timestamp] cannot be encoded/decoded correctlySumedh Mungee2016-05-201-0/+1
* Closes #11915Xiangrui Meng2016-05-190-0/+0
* [SPARK-15296][MLLIB] Refactor All Java Tests that use SparkSessionSandeep Singh2016-05-1959-1148/+207
* [SPARK-15416][SQL] Display a better message for not finding classes removed i...Shixiong Zhu2016-05-191-17/+44
* [MINOR][ML][PYSPARK] ml.evaluation Scala and Python API syncYanbo Liang2016-05-192-5/+2
* [SPARK-15341][DOC][ML] Add documentation for "model.write" to clarify "summar...Yanbo Liang2016-05-195-2/+23
* [SPARK-15375][SQL][STREAMING] Add ConsoleSink to structure streamingjerryshao2016-05-193-0/+76
* [SPARK-15414][MLLIB] Make the mllib,ml linalg type conversion APIs publicSandeep Singh2016-05-192-18/+42
* [SPARK-15361][ML] ML 2.0 QA: Scala APIs audit for ml.clusteringYanbo Liang2016-05-194-21/+43
* [SPARK-15411][ML] Add @since to ml.stat.MultivariateOnlineSummarizer.scalaDB Tsai2016-05-192-5/+10
* Fix the compiler error introduced by #13153 for Scala 2.10Shixiong Zhu2016-05-191-5/+5
* [SPARK-15392][SQL] fix default value of size estimation of logical planDavies Liu2016-05-194-7/+40
* [SPARK-15317][CORE] Don't store accumulators for every task in listenersShixiong Zhu2016-05-1911-32/+186
* [SPARK-14346][SQL] Lists unsupported Hive features in SHOW CREATE TABLE outputCheng Lian2016-05-194-21/+29
* [SPARK-15316][PYSPARK][ML] Add linkPredictionCol to GeneralizedLinearRegressionHolden Karau2016-05-191-11/+35
* [SPARK-15322][SQL][FOLLOW-UP] Update deprecated accumulator usage into accumu...hyukjinkwon2016-05-191-8/+8
* [SPARK-15387][SQL] SessionCatalog in SimpleAnalyzer does not need to make dat...Kousuke Saruta2016-05-191-2/+4