aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15821][DOCS] Include parallel build infoAdam Roberts2016-06-142-2/+4
* [SPARK-15935][PYSPARK] Enable test for sql/streaming.py and fix these testsShixiong Zhu2016-06-144-20/+55
* [DOCUMENTATION] fixed typos in python programming guideMortada Mehyar2016-06-141-3/+3
* [SPARK-15932][SQL][DOC] document the contract of encoder serializer expressionsWenchen Fan2016-06-131-0/+9
* [SPARK-15663][SQL] SparkSession.catalog.listFunctions shouldn't include the l...Sandeep Singh2016-06-136-35/+67
* [SPARK-15364][ML][PYSPARK] Implement PySpark picklers for ml.Vector and ml.Ma...Liang-Chi Hsieh2016-06-1317-257/+518
* [SPARK-15808][SQL] File Format Checking When Appending Datagatorsmile2016-06-132-0/+81
* [SPARK-15910][SQL] Check schema consistency when using Kryo encoder to conver...Sean Zhong2016-06-132-2/+13
* [SPARK-15929] Fix portability of DataFrameSuite path globbing testsJosh Rosen2016-06-131-9/+36
* [SPARK-15925][SQL][SPARKR] Replaces registerTempTable with createOrReplaceTem...Cheng Lian2016-06-135-26/+31
* [SPARK-15887][SQL] Bring back the hive-site.xml support for Spark 2.0Wenchen Fan2016-06-138-7/+82
* [SPARK-15889][SQL][STREAMING] Add a unique id to ContinuousQueryTathagata Das2016-06-139-101/+167
* [SPARK-15530][SQL] Set #parallelism for file listing in listLeafFilesInParallelTakeshi YAMAMURO2016-06-132-3/+12
* [SPARK-15676][SQL] Disallow Column Names as Partition Columns For Hive Tablesgatorsmile2016-06-132-0/+31
* [HOTFIX][MINOR][SQL] Revert " Standardize 'continuous queries' to 'streaming ...Tathagata Das2016-06-133-77/+64
* [MINOR][SQL] Standardize 'continuous queries' to 'streaming Datasets/DataFrames'Liwei Lin2016-06-133-64/+77
* [SPARK-15697][REPL] Unblock some of the useful repl commands.Prashant Sharma2016-06-131-1/+1
* [SPARK-15913][CORE] Dispatcher.stopped should be enclosed by synchronized block.Dongjoon Hyun2016-06-131-13/+8
* [SPARK-15814][SQL] Aggregator can return null resultWenchen Fan2016-06-138-64/+117
* [SPARK-15813] Improve Canceling log message to make it less ambiguousPeter Ableda2016-06-131-1/+2
* [SPARK-15898][SQL] DataFrameReader.text should return DataFrameWenchen Fan2016-06-1215-36/+54
* [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