aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [MINOR][SS] Fix a missing space in UnsupportedOperationChecker error messageShixiong Zhu2017-04-191-1/+1
* [SPARK-20350] Add optimization rules to apply Complementation Laws.ptkool2017-04-202-0/+24
* [SPARK-20397][SPARKR][SS] Fix flaky test: test_streaming.R.Terminated by errorShixiong Zhu2017-04-191-1/+1
* [SPARK-20036][DOC] Note incompatible dependencies on org.apache.kafka artifactscody koeninger2017-04-191-0/+2
* [SPARK-20343][BUILD] Avoid Unidoc build only if Hadoop 2.6 is explicitly set ...hyukjinkwon2017-04-193-15/+12
* [SPARK-20356][SQL] Pruned InMemoryTableScanExec should have correct output pa...Liang-Chi Hsieh2017-04-192-1/+18
* [SPARK-20359][SQL] Avoid unnecessary execution in EliminateOuterJoin optimiza...Koert Kuipers2017-04-192-2/+12
* [SPARK-20208][R][DOCS] Document R fpGrowth supportzero3232017-04-182-1/+86
* [SPARK-20254][SQL] Remove unnecessary data conversion for Dataset with primit...Kazuaki Ishizaki2017-04-196-4/+86
* [SPARK-20377][SS] Fix JavaStructuredSessionization exampleTathagata Das2017-04-181-5/+4
* [SPARK-20360][PYTHON] reprs for interpretersKyle Kelley2017-04-182-0/+37
* [SPARK-20354][CORE][REST-API] When I request access to the 'http: //ip:port/a...郭小龙 102076332017-04-181-1/+1
* [SPARK-20366][SQL] Fix recursive join reordering: inside joins are not reorderedwangzhenhua2017-04-182-13/+58
* [SPARK-20343][BUILD] Force Avro 1.7.7 in sbt build to resolve build failure i...hyukjinkwon2017-04-182-2/+13
* [SPARK-20344][SCHEDULER] Duplicate call in FairSchedulableBuilder.addTaskSetM...Robert Stupp2017-04-181-16/+16
* [SPARK-17647][SQL][FOLLOWUP][MINOR] fix typoFelix Cheung2017-04-171-1/+1
* [TEST][MINOR] Replace repartitionBy with distribute in CollapseRepartitionSuiteJacek Laskowski2017-04-171-11/+10
* Typo fix: distitrbuted -> distributedAndrew Ash2017-04-171-1/+1
* [SPARK-17647][SQL] Fix backslash escaping in 'LIKE' patterns.Jakob Odersky2017-04-174-87/+153
* [SPARK-20349][SQL] ListFunctions returns duplicate functions after using pers...Xiao Li2017-04-173-8/+34
* [SPARK-19828][R][FOLLOWUP] Rename asJsonArray to as.json.array in from_json f...hyukjinkwon2017-04-172-5/+5
* [SPARK-20278][R] Disable 'multiple_dots_linter' lint rule that is against pro...hyukjinkwon2017-04-161-1/+1
* [SPARK-20343][BUILD] Add avro dependency in core POM to resolve build failure...hyukjinkwon2017-04-161-0/+4
* [SPARK-19740][MESOS] Add support in Spark to pass arbitrary parameters into d...Ji Yan2017-04-163-3/+96
* [SPARK-20335][SQL] Children expressions of Hive UDF impacts the determinism o...Xiao Li2017-04-164-3/+47
* [SPARK-19716][SQL][FOLLOW-UP] UnresolvedMapObjects should always be serializableWenchen Fan2017-04-161-25/+31
* [SPARK-20316][SQL] Val and Var should strictly follow the Scala syntaxouyangxiaochen2017-04-151-2/+2
* [SPARK-20318][SQL] Use Catalyst type for min/max in ColumnStat for ease of es...wangzhenhua2017-04-1410-182/+189
* [SPARK-20038][SQL] FileFormatWriter.ExecuteWriteTask.releaseResources() imple...Steve Loughran2017-04-131-4/+10
* [SPARK-20232][PYTHON] Improve combineByKey docsDavid Gingrich2017-04-131-5/+19
* [SPARK-20233][SQL] Apply star-join filter heuristics to dynamic programming j...Ioana Delaney2017-04-134-9/+571
* [SPARK-20284][CORE] Make {Des,S}erializationStream extend CloseableSergei Lebedev2017-04-131-4/+4
* [SPARK-20265][MLLIB] Improve Prefix'span pre-processing efficiencySyrux2017-04-132-35/+115
* [SPARK-20189][DSTREAM] Fix spark kinesis testcases to remove deprecated creat...Yash Sharma2017-04-132-22/+38
* [SPARK-20131][CORE] Don't use `this` lock in StandaloneSchedulerBackend.stopShixiong Zhu2017-04-121-16/+17
* [SPARK-15354][FLAKY-TEST] TopologyAwareBlockReplicationPolicyBehavior.Peers i...Wenchen Fan2017-04-131-2/+11
* [SPARK-20301][FLAKY-TEST] Fix Hadoop Shell.runCommand flakiness in Structured...Burak Yavuz2017-04-122-30/+32
* [SPARK-19570][PYSPARK] Allow to disable hive in pyspark shellJeff Zhang2017-04-121-6/+16
* [SPARK-20304][SQL] AssertNotNull should not include path in string representa...Reynold Xin2017-04-121-0/+2
* [SPARK-20303][SQL] Rename createTempFunction to registerFunctionXiao Li2017-04-127-63/+53
* [SPARK-18692][BUILD][DOCS] Test Java 8 unidoc build on Jenkinshyukjinkwon2017-04-1249-106/+140
* [SPARK-20296][TRIVIAL][DOCS] Count distinct error message for streamingjtoka2017-04-121-3/+2
* [SPARK-20302][SQL] Short circuit cast when from and to types are structurally...Reynold Xin2017-04-124-23/+113
* [SPARK-20298][SPARKR][MINOR] fixed spelling mistake "charactor"Brendan Dwyer2017-04-123-9/+9
* [MINOR][DOCS] JSON APIs related documentation fixeshyukjinkwon2017-04-126-11/+13
* [MINOR][DOCS] Fix spacings in Structured Streaming Programming GuideLee Dongjin2017-04-121-2/+2
* [SPARK-19993][SQL] Caching logical plans containing subquery expressions does...Dilip Biswal2017-04-125-26/+198
* [SPARK-20291][SQL] NaNvl(FloatType, NullType) should not be cast to NaNvl(Dou...DB Tsai2017-04-123-6/+12
* [MINOR][DOCS] Update supported versions for Hive MetastoreDongjoon Hyun2017-04-111-1/+1
* [SPARK-19505][PYTHON] AttributeError on Exception.message in Python3David Gingrich2017-04-114-5/+54