aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-10680][TESTS] Increase 'connectionTimeout' to make RequestTimeoutInteg...Shixiong Zhu2016-03-191-5/+5
* [SPARK-13897][SQL] RelationalGroupedDataset and KeyValueGroupedDatasetReynold Xin2016-03-195-67/+70
* [MINOR][DOCS] Use `spark-submit` instead of `sparkR` to submit R script.Dongjoon Hyun2016-03-191-5/+5
* [SPARK-14018][SQL] Use 64-bit num records in BenchmarkWholeStageCodegenReynold Xin2016-03-191-4/+4
* [SPARK-14012][SQL] Extract VectorizedColumnReader from VectorizedParquetRecor...Sameer Agarwal2016-03-182-450/+476
* [MINOR][DOCS] Update build descriptions and commandsDongjoon Hyun2016-03-184-10/+13
* [SPARK-13629][ML] Add binary toggle Param to CountVectorizerYuhao Yang2016-03-181-14/+9
* [SPARK-13989] [SQL] Remove non-vectorized/unsafe-row parquet record readerSameer Agarwal2016-03-188-364/+75
* [SPARK-13972][SQL][FOLLOW-UP] When creating the query execution for a convert...Yin Huai2016-03-181-1/+4
* [SPARK-13958] Executor OOM due to unbounded growth of pointer array in…Sital Kedia2016-03-182-2/+24
* [SPARK-13885][YARN] Fix attempt id regression for Spark running on Yarnjerryshao2016-03-184-25/+8
* [SPARK-13977] [SQL] Brings back Shuffled hash joinDavies Liu2016-03-1813-118/+277
* [SPARK-14004][SQL][MINOR] AttributeReference and Alias should only use the fi...Cheng Lian2016-03-191-4/+2
* [SPARK-13972][SQ] hive tests should fail if SQL generation failedWenchen Fan2016-03-181-43/+28
* [MINOR][DOC] Fix nits in JavaStreamingTestExampleZheng RuiFeng2016-03-181-9/+11