aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15453][SQL][FOLLOW-UP] FileSourceScanExec to extract `outputOrdering` ...Xiao Li2017-02-201-92/+137
* [SPARK-19646][CORE][STREAMING] binaryRecords replicates records in scala APISean Owen2017-02-204-156/+53
* [SPARK-19563][SQL] avoid unnecessary sort in FileFormatWriterWenchen Fan2017-02-191-99/+90
* [SPARK-19598][SQL] Remove the alias parameter in UnresolvedRelationwindpiger2017-02-1912-75/+51
* [SPARK-19534][TESTS] Convert Java tests to use lambdas, Java 8 featuresSean Owen2017-02-1945-1574/+662
* [SPARK-19533][EXAMPLES] Convert Java tests to use lambdas, Java 8 featuresSean Owen2017-02-1952-1018/+380
* [SPARK-19450] Replace askWithRetry with askSync.jinxing2017-02-1924-119/+58
* [SPARK-19550][BUILD][WIP] Addendum: select Java 1.7 for scalac 2.10, stillSean Owen2017-02-191-1/+3
* [SPARK-19447] Make Range operator generate "recordsRead" metricAla Luszczak2017-02-186-155/+125
* [SPARK-19263] DAGScheduler should avoid sending conflicting task set.jinxing2017-02-183-3/+91
* [MLLIB][TYPO] Replace LeastSquaresAggregator with LogisticAggregatorMoussa Taifi2017-02-181-1/+1
* [SPARK-19550] Follow-up: fixed a typo that fails the dev/make-distribution.sh...Shuai Lin2017-02-181-1/+1
* [SPARK-19639][SPARKR][EXAMPLE] Add spark.svmLinear example and update vignetteswm624@hotmail.com2017-02-173-0/+65
* [SPARK-19617][SS] Fix the race condition when starting and stopping a query q...Shixiong Zhu2017-02-178-107/+64
* [SPARKR][EXAMPLES] update examples to stop spark sessionFelix Cheung2017-02-1715-18/+46
* [SPARK-18285][SPARKR] SparkR approxQuantile supports input multiple columnsYanbo Liang2017-02-173-14/+31
* [SPARK-19517][SS] KafkaSource fails to initialize partition offsetsRoberto Agostino Vitillo2017-02-174-7/+131
* [SPARK-18986][CORE] ExternalAppendOnlyMap shouldn't fail when forced to spill...Liang-Chi Hsieh2017-02-172-5/+23
* [SPARK-19500] [SQL] Fix off-by-one bug in BytesToBytesMapDavies Liu2017-02-172-2/+43
* [SPARK-19622][WEBUI] Fix a http error in a paged table when using a `Go` butt...Stan Zhai2017-02-171-2/+3
* [MINOR][PYTHON] Fix typo docstring: 'top' -> 'topic'Rolando Espinoza2017-02-171-1/+1
* [BUILD] Close stale PRshyukjinkwon2017-02-170-0/+0
* [SPARK-18120][SPARK-19557][SQL] Call QueryExecutionListener callback methods ...Wenchen Fan2017-02-163-16/+142
* [SPARK-18352][SQL] Support parsing multiline json filesNathan Howell2017-02-1617-231/+740
* [SPARK-19550][HOTFIX][BUILD] Use JAVA_HOME/bin/java if JAVA_HOME is set in de...Sean Owen2017-02-161-1/+7
* [SPARK-19436][SQL] Add missing tests for approxQuantileZheng RuiFeng2017-02-163-23/+88
* [MINOR][BUILD] Fix javadoc8 breakhyukjinkwon2017-02-161-5/+3
* [SPARK-19550][BUILD][CORE][WIP] Remove Java 7 supportSean Owen2017-02-16101-1186/+513
* [SPARK-18871][SQL][TESTS] New test cases for IN/NOT IN subquery 3rd batchKevin Yu2017-02-166-0/+1297
* [SPARK-19618][SQL] Inconsistency wrt max. buckets allowed from Dataframe API ...Tejas Patil2017-02-154-19/+25
* [SPARK-18871][SQL][TESTS] New test cases for IN/NOT IN subquery 4th batchKevin Yu2017-02-156-0/+2114
* [SPARK-19603][SS] Fix StreamingQuery explain commandShixiong Zhu2017-02-153-11/+52
* [SPARK-18080][ML][PYTHON] Python API & Examples for Locality Sensitive HashingYun Ni2017-02-159-53/+601
* [SPARK-19599][SS] Clean up HDFSMetadataLogShixiong Zhu2017-02-152-24/+19
* [SPARK-19604][TESTS] Log the start of every Python testYin Huai2017-02-151-1/+1
* [SPARK-18937][SQL] Timezone support in CSV/JSON parsingTakuya UESHIN2017-02-1520-123/+351
* [SPARK-19329][SQL] Reading from or writing to a datasource table with a non p...windpiger2017-02-152-1/+121
* [SPARK-19607][HOTFIX] Finding QueryExecution that matches provided executionIdDongjoon Hyun2017-02-151-0/+2
* [SPARK-19331][SQL][TESTS] Improve the test coverage of SQLViewSuitejiangxingbo2017-02-155-302/+302
* [SPARK-19399][SPARKR] Add R coalesce API for DataFrame and ColumnFelix Cheung2017-02-1511-18/+135
* [SPARK-19160][PYTHON][SQL] Add udf decoratorzero3232017-02-152-7/+91
* [SPARK-19590][PYSPARK][ML] Update the document for QuantileDiscretizer in pys...VinceShieh2017-02-151-1/+11
* [SPARK-16475][SQL] broadcast hint for SQL queries - disallow space as the del...Liang-Chi Hsieh2017-02-152-3/+8
* [SPARK-18872][SQL][TESTS] New test cases for EXISTS subquery (Joins + CTE)Dilip Biswal2017-02-154-0/+933
* [SPARK-18873][SQL][TEST] New test cases for scalar subquery (part 2 of 2) - s...Nattavut Sutyanyong2017-02-154-66/+701
* [SPARK-18871][SQL][TESTS] New test cases for IN/NOT IN subquery 2nd batchKevin Yu2017-02-158-114/+1023
* [SPARK-17076][SQL] Cardinality estimation for join based on basic column stat...Zhenhua Wang2017-02-157-24/+801
* [SPARK-19587][SQL] bucket sorting columns should not be picked from partition...Wenchen Fan2017-02-153-48/+25
* [SPARK-16475][SQL] broadcast hint for SQL queries - follow upReynold Xin2017-02-153-20/+18
* [SPARK-19607] Finding QueryExecution that matches provided executionIdAla Luszczak2017-02-152-0/+41