aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13068][PYSPARK][ML] Type conversion for Pyspark paramssethah2016-03-2310-176/+421
* [SPARK-14055] writeLocksByTask need to be update when removeBlockErnest2016-03-231-0/+1
* [SPARK-14075] Refactor MemoryStore to be testable independent of BlockManagerJosh Rosen2016-03-2331-402/+555
* [SPARK-13549][SQL] Refactor the Optimizer Rule CollapseProjectgatorsmile2016-03-242-57/+70
* [SPARK-13817][SQL][MINOR] Renames Dataset.newDataFrame to Dataset.ofRowsCheng Lian2016-03-2422-44/+44
* [SPARK-14074][SPARKR] Specify commit sha1 ID when using install_github to ins...Sun Rui2016-03-231-1/+1
* [SPARK-14035][MLLIB] Make error message more verbose for mllib NaiveBayesSuiteJoseph K. Bradley2016-03-231-10/+18
* [HOTFIX][SQL] Don't stop ContinuousQuery in quietlyShixiong Zhu2016-03-232-25/+12
* [SPARK-14088][SQL] Some Dataset API touch-upReynold Xin2016-03-229-40/+56
* [MINOR][SQL][DOCS] Update `sql/README.md` and remove some unused imports in `...Dongjoon Hyun2016-03-2213-23/+9
* [SPARK-13401][SQL][TESTS] Fix SQL test warnings.Yong Tang2016-03-226-0/+6
* [SPARK-14072][CORE] Show JVM/OS version information when we run a benchmark p...Kazuaki Ishizaki2016-03-221-1/+17
* [SPARK-13806] [SQL] fix rounding mode of negative float/doubleDavies Liu2016-03-222-33/+19
* [HOTFIX][SQL] Add a timeout for 'cq.stop'Shixiong Zhu2016-03-221-1/+9
* [SPARK-13449] Naive Bayes wrapper in SparkRXusen Yin2016-03-226-7/+228
* [SPARK-14060][SQL] Move StringToColumn implicit class into SQLImplicitsReynold Xin2016-03-223-19/+11
* [SPARK-13951][ML][PYTHON] Nested Pipeline persistenceJoseph K. Bradley2016-03-229-175/+300
* [SPARK-14063][SQL] SQLContext.range should return Dataset[java.lang.Long]Reynold Xin2016-03-223-7/+16
* [SPARK-13985][SQL] Deterministic batches with idsMichael Armbrust2016-03-2219-241/+319
* [SPARK-14029][SQL] Improve BooleanSimplification optimization by implementing...Dongjoon Hyun2016-03-223-0/+43
* [SPARK-13774][SQL] - Improve error message for non-existent paths and add testsSunitha Kambhampati2016-03-224-48/+78
* [SPARK-13953][SQL] Specifying the field name for corrupted record via option ...hyukjinkwon2016-03-225-7/+50
* [SPARK-13473][SQL] Simplifies PushPredicateThroughProjectCheng Lian2016-03-221-23/+1
* [SPARK-14038][SQL] enable native view by defaultWenchen Fan2016-03-222-4/+7
* [SPARK-14058][PYTHON] Incorrect docstring in Window.orderzero3232016-03-211-1/+1
* [SPARK-13883][SQL] Parquet Implementation of FileFormat.buildReaderMichael Armbrust2016-03-2113-46/+366
* [SPARK-14016][SQL] Support high-precision decimals in vectorized parquet readerSameer Agarwal2016-03-212-4/+13
* Revert "[SPARK-13019][DOCS] Replace example code in mllib-statistics.md using...Xiangrui Meng2016-03-2119-1076/+382
* [SPARK-13320][SQL] Support Star in CreateStruct/CreateArray and Error Handlin...gatorsmile2016-03-224-77/+113
* [SPARK-13990] Automatically pick serializer when caching RDDsJosh Rosen2016-03-2116-155/+226
* [SPARK-13898][SQL] Merge DatasetHolder and DataFrameHolderReynold Xin2016-03-2114-137/+36
* [SPARK-13916][SQL] Add a metric to WholeStageCodegen to measure duration.Nong Li2016-03-216-14/+97
* [SPARK-13019][DOCS] Replace example code in mllib-statistics.md using include...Xin Ren2016-03-2119-382/+1076
* [SPARK-14004][FOLLOW-UP] Implementations of NonSQLExpression should not overr...Wenchen Fan2016-03-212-4/+2
* [SPARK-13805] [SQL] Generate code that get a value in each column from Column...Kazuaki Ishizaki2016-03-219-33/+77
* [SPARK-14007] [SQL] Manage the memory used by hash map in shuffled hash joinDavies Liu2016-03-215-133/+52
* [SPARK-14004][SQL] NamedExpressions should have at most one qualifierCheng Lian2016-03-2112-63/+62
* [SPARK-13456][SQL] fix creating encoders for case classes defined in Spark shellWenchen Fan2016-03-214-6/+115
* [SPARK-13826][SQL] Ad-hoc Dataset API ScalaDoc fixesCheng Lian2016-03-211-18/+21
* [SPARK-14039][SQL][MINOR] make SubqueryHolder an inner classWenchen Fan2016-03-211-9/+9
* [SPARK-13986][CORE][MLLIB] Remove `DeveloperApi`-annotations for non-publicsDongjoon Hyun2016-03-218-16/+0
* [SPARK-14000][SQL] case class with a tuple field can't work in DatasetWenchen Fan2016-03-214-6/+29
* [SPARK-12789][SQL] Support Order By Ordinal in SQLgatorsmile2016-03-219-11/+117
* [SPARK-14028][STREAMING][KINESIS][TESTS] Remove deprecated methods; fix two o...proflin2016-03-214-98/+13
* [MINOR][DOCS] Add proper periods and spaces for CLI help messages and `config...Dongjoon Hyun2016-03-213-16/+16
* [SPARK-14011][CORE][SQL] Enable `LineLength` Java checkstyle ruleDongjoon Hyun2016-03-2174-505/+579
* [SPARK-13764][SQL] Parse modes in JSON data sourcehyukjinkwon2016-03-218-45/+164
* [SPARK-14019][SQL] Remove noop SortOrder in Sortgatorsmile2016-03-212-0/+78
* [SPARK-13993][PYSPARK] Add pyspark Rformula/RforumlaModel save/loadXusen Yin2016-03-201-3/+27
* [SPARK-12182][ML] Distributed binning for trees in spark.mlsethah2016-03-202-61/+60