aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9549][SQL] fix bugs in expressionsYijie Shen2015-08-039-43/+79
* [SPARK-9404][SPARK-9542][SQL] unsafe array data and map dataWenchen Fan2015-08-0216-31/+1295
* [SPARK-9372] [SQL] Filter nulls in join keysYin Huai2015-08-0211-37/+572
* [SPARK-9536] [SPARK-9537] [SPARK-9538] [ML] [PYSPARK] ml.classification suppo...Yanbo Liang2015-08-021-18/+43
* [SPARK-2205] [SQL] Avoid unnecessary exchange operators in multi-way joinsYin Huai2015-08-0210-31/+148
* [SPARK-9546][SQL] Centralize orderable data type checking.Reynold Xin2015-08-0215-144/+173
* [SPARK-9535][SQL][DOCS] Modify document for codegen.KaiXinXiaoLei2015-08-021-4/+3
* [SPARK-9543][SQL] Add randomized testing for UnsafeKVExternalSorter.Reynold Xin2015-08-024-122/+126
* [SPARK-7937][SQL] Support comparison on StructTypeLiang-Chi Hsieh2015-08-0211-15/+135
* [SPARK-9531] [SQL] UnsafeFixedWidthAggregationMap.destructAndCreateExternalSo...Reynold Xin2015-08-0217-215/+823
* [SPARK-9527] [MLLIB] add PrefixSpanModel and make PrefixSpan Java friendlyXiangrui Meng2015-08-023-9/+118
* [SPARK-9208][SQL] Sort DataFrame functions alphabetically.Reynold Xin2015-08-022-363/+291
* [SPARK-9149] [ML] [EXAMPLES] Add an example of spark.ml KMeansYu ISHIKAWA2015-08-023-0/+241
* [SPARK-9521] [BUILD] Require Maven 3.3.3+ in the buildSean Owen2015-08-021-3/+4
* [SPARK-9529] [SQL] improve TungstenSort on DecimalTypeDavies Liu2015-08-015-14/+30
* [SPARK-9000] [MLLIB] Support generic item types in PrefixSpanFeynman Liang2015-08-012-12/+132
* [SPARK-9459] [SQL] use generated FromUnsafeProjection to do deep copy for UTF...Davies Liu2015-08-018-27/+243
* [SPARK-8185] [SPARK-8188] [SPARK-8191] [SQL] function datediff, to_utc_timest...Davies Liu2015-08-019-61/+297
* [SPARK-8269] [SQL] string function: initcapHuJiayin2015-08-018-0/+156
* [SPARK-9495] prefix of DateType/TimestampTypeDavies Liu2015-08-012-2/+6
* [SPARK-9530] [MLLIB] ScalaDoc should not indicate LDAModel.describeTopics and...Meihua Wu2015-08-011-7/+0
* [SPARK-9520] [SQL] Support in-place sort in UnsafeFixedWidthAggregationMapReynold Xin2015-08-017-15/+196
* [SPARK-9491] Avoid fetching HBase tokens when not needed.Marcelo Vanzin2015-08-011-5/+6
* [SPARK-4751] Dynamic allocation in standalone modeAndrew Or2015-08-0113-170/+753
* [SPARK-8263] [SQL] substr/substring should also support binary typezhichao.li2015-08-016-13/+109
* [SPARK-8232] [SQL] Add sort_array supportCheng Hao2015-08-016-7/+187
* [SPARK-8169] [ML] Add StopWordsRemover as a transformerYuhao Yang2015-08-012-0/+235
* [SPARK-8999] [MLLIB] PrefixSpan non-temporal sequenceszhangjiajin2015-08-013-92/+302
* [SPARK-7446] [MLLIB] Add inverse transform for string indexerHolden Karau2015-08-012-3/+118
* Revert "[SPARK-8232] [SQL] Add sort_array support"Davies Liu2015-08-016-186/+7
* [SPARK-9480][SQL] add MapData and cleanup internal row stuffWenchen Fan2015-08-0140-532/+750
* [SPARK-9517][SQL] BytesToBytesMap should encode data the same way as UnsafeEx...Reynold Xin2015-07-318-90/+175
* [SPARK-8232] [SQL] Add sort_array supportCheng Hao2015-07-316-7/+186
* [SPARK-9415][SQL] Throw AnalysisException when using MapType on Join and Aggr...Liang-Chi Hsieh2015-07-314-25/+77
* [SPARK-9464][SQL] Property checks for UTF8StringJosh Rosen2015-07-314-11/+280
* [SPARK-8264][SQL]add substring_index functionzhichao.li2015-07-318-2/+261
* [SPARK-9358][SQL] Code generation for UnsafeRow joiner.Reynold Xin2015-07-319-10/+544
* [SPARK-9318] [SPARK-9320] [SPARKR] Aliases for merge and summary functions on...Hossein2015-07-315-6/+48
* [SPARK-9451] [SQL] Support entries larger than default page size in BytesToBy...Josh Rosen2015-07-3112-126/+353
* [SPARK-8936] [MLLIB] OnlineLDA document-topic Dirichlet hyperparameter optimi...Feynman Liang2015-07-312-10/+99
* [SPARK-8271][SQL]string function: soundexHuJiayin2015-07-318-0/+180
* [SPARK-9233] [SQL] Enable code-gen in window function unit testsYin Huai2015-07-312-35/+12
* [SPARK-9324] [SPARK-9322] [SPARK-9321] [SPARKR] Some aliases for R-like funct...Hossein2015-07-314-3/+119
* [SPARK-9510] [SPARKR] Remaining SparkR style fixesShivaram Venkataraman2015-07-312-4/+6
* [SPARK-9507] [BUILD] Remove dependency reduced POM hack now that shade plugin...Sean Owen2015-07-312-29/+8
* [SPARK-9490] [DOCS] [MLLIB] MLlib evaluation metrics guide example python cod...Sean Owen2015-07-317-50/+50
* [SPARK-9466] [SQL] Increate two timeouts in CliSuite.Yin Huai2015-07-311-2/+2
* [SPARK-9308] [ML] ml.NaiveBayesModel support predicting class probabilitiesYanbo Liang2015-07-312-18/+101
* [SPARK-9056] [STREAMING] Rename configuration `spark.streaming.minRememberDur...Sameer Abhyankar2015-07-312-3/+7
* [SPARK-9246] [MLLIB] DistributedLDAModel predict top docs per topicMeihua Wu2015-07-312-0/+59