aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15370][SQL] Fix count bugHerman van Hövell tot Westerflier2016-06-123-22/+287
* Revert "[SPARK-15753][SQL] Move Analyzer stuff to Analyzer from DataFrameWriter"Wenchen Fan2016-06-123-17/+16
* [SPARK-15870][SQL] DataFrame can't execute after uncacheTable.Takuya UESHIN2016-06-123-8/+41
* [SPARK-15370][SQL] Revert PR "Update RewriteCorrelatedSuquery rule"Herman van Hovell2016-06-123-280/+6
* [SPARK-15892][ML] Incorrectly merged AFTAggregator with zero total counthyukjinkwon2016-06-122-1/+13
* [SPARK-15832][SQL] Embedded IN/EXISTS predicate subquery throws TreeNodeExcep...Ioana Delaney2016-06-122-17/+204
* [SPARK-15370][SQL] Update RewriteCorrelatedScalarSubquery rule to fix COUNT bugfrreiss2016-06-123-6/+280
* [SPARK-15876][CORE] Remove support for "zk://" master URLSean Owen2016-06-122-10/+0
* [SPARK-15086][CORE][STREAMING] Deprecate old Java accumulator APISean Owen2016-06-1210-90/+33
* [SPARK-15806][DOCUMENTATION] update doc for SPARK_MASTER_IPbomeng2016-06-125-10/+16
* [SPARK-15781][DOCUMENTATION] remove deprecated environment variable docbomeng2016-06-121-9/+0
* [SPARK-15878][CORE][TEST] fix cleanup in EventLoggingListenerSuite and Replay...Imran Rashid2016-06-122-4/+4
* [SPARK-15840][SQL] Add two missing options in documentation and some option r...hyukjinkwon2016-06-116-50/+65
* [SPARK-15860] Metrics for codegen size and perfEric Liang2016-06-115-5/+68
* [SPARK-15807][SQL] Support varargs for dropDuplicates in Dataset/DataFrameDongjoon Hyun2016-06-113-0/+30
* [SPARK-14851][CORE] Support radix sort with nullable longsEric Liang2016-06-1115-79/+178
* [SPARK-15856][SQL] Revert API breaking changes made in SQLContext.rangeWenchen Fan2016-06-111-18/+18
* [SPARK-15881] Update microbenchmark results for WideSchemaBenchmarkEric Liang2016-06-114-234/+123
* [SPARK-15585][SQL] Add doc for turning off quotationsTakeshi YAMAMURO2016-06-113-3/+17
* [SPARK-15883][MLLIB][DOCS] Fix broken links in mllib documentsDongjoon Hyun2016-06-118-29/+25
* [SPARK-15879][DOCS][UI] Update logo in UI and docs to add "Apache"Sean Owen2016-06-117-0/+0
* [SPARK-15759] [SQL] Fallback to non-codegen when fail to compile generated codeDavies Liu2016-06-103-3/+24
* [SPARK-15678] Add support to REFRESH data source pathsSameer Agarwal2016-06-108-2/+158
* Revert "[SPARK-15639][SQL] Try to push down filter at RowGroups level for par...Cheng Lian2016-06-103-21/+57
* [SPARK-14615][ML][FOLLOWUP] Fix Python examples to use the new ML Vector and ...hyukjinkwon2016-06-1010-19/+18
* [SPARK-15639][SQL] Try to push down filter at RowGroups level for parquet readerLiang-Chi Hsieh2016-06-103-57/+21
* [SPARK-15884][SPARKR][SQL] Overriding stringArgs in MapPartitionsInRNarine Kokhlikyan2016-06-101-0/+3
* [SPARK-15773][CORE][EXAMPLE] Avoid creating local variable `sc` in examples i...Dongjoon Hyun2016-06-1012-52/+30
* [SPARK-15489][SQL] Dataset kryo encoder won't load custom user settingsSela2016-06-102-9/+89
* [SPARK-15654] [SQL] fix non-splitable files for text based file formatsDavies Liu2016-06-1011-13/+115
* [SPARK-15825] [SQL] Fix SMJ invalid resultsHerman van Hovell2016-06-102-0/+16
* [SPARK-15875] Try to use Seq.isEmpty and Seq.nonEmpty instead of Seq.length =...wangyang2016-06-109-12/+12
* [MINOR][X][X] Replace all occurrences of None: Option with Option.emptySandeep Singh2016-06-106-11/+11
* [SPARK-6320][SQL] Move planLater method into GenericStrategy.Takuya UESHIN2016-06-106-12/+151
* [SPARK-15871][SQL] Add `assertNotPartitioned` check in `DataFrameWriter`Liwei Lin2016-06-103-10/+52
* Revert [SPARK-14485][CORE] ignore task finished for executor lostKay Ousterhout2016-06-101-13/+1
* [SPARK-15766][SPARKR] R should export is.nanwm624@hotmail.com2016-06-101-0/+2
* [SPARK-15743][SQL] Prevent saving with all-column partitioningDongjoon Hyun2016-06-105-21/+37
* [SPARK-15738][PYSPARK][ML] Adding Pyspark ml RFormula __str__ method similar ...Bryan Cutler2016-06-103-2/+26
* [SPARK-15866] Rename listAccumulator collectionAccumulatorReynold Xin2016-06-104-18/+23
* [SPARK-15753][SQL] Move Analyzer stuff to Analyzer from DataFrameWriterLiang-Chi Hsieh2016-06-103-16/+17
* [SPARK-15812][SQ][STREAMING] Added support for sorting after streaming aggreg...Tathagata Das2016-06-104-32/+95
* [SPARK-15837][ML][PYSPARK] Word2vec python add maxsentence parameterWeichenXu2016-06-101-5/+24
* [SPARK-15823][PYSPARK][ML] Add @property for 'accuracy' in MulticlassMetricsZheng RuiFeng2016-06-101-5/+2
* [DOCUMENTATION] fixed groupby aggregation example for pysparkMortada Mehyar2016-06-101-1/+1
* [SPARK-15593][SQL] Add DataFrameWriter.foreach to allow the user consuming da...Shixiong Zhu2016-06-106-42/+413
* [SPARK-15696][SQL] Improve `crosstab` to have a consistent column orderDongjoon Hyun2016-06-092-4/+4
* [SPARK-15791] Fix NPE in ScalarSubqueryEric Liang2016-06-094-4/+15
* [SPARK-15850][SQL] Remove function grouping in SparkSessionReynold Xin2016-06-093-31/+61
* [SPARK-15853][SQL] HDFSMetadataLog.get should close the input streamShixiong Zhu2016-06-091-2/+6