aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17058][BUILD] Add maven snapshots-and-staging profile to build/test ag...Steve Loughran2016-11-021-0/+48
* [SPARK-18160][CORE][YARN] spark.files & spark.jars should not be passed to dr...Jeff Zhang2016-11-022-24/+10
* [SPARK-14393][SQL] values generated by non-deterministic functions shouldn't ...Xiangrui Meng2016-11-0232-78/+231
* [SPARK-17895] Improve doc for rangeBetween and rowsBetweenbuzhihuojie2016-11-022-0/+110
* [SPARK-17683][SQL] Support ArrayType in Literal.applyTakeshi YAMAMURO2016-11-022-2/+82
* [SPARK-16839][SQL] Simplify Struct creation code patheyal farago2016-11-0214-198/+169
* [SPARK-18076][CORE][SQL] Fix default Locale used in DateFormat, NumberFormat ...Sean Owen2016-11-0231-96/+103
* [SPARK-18204][WEBUI] Remove SparkUI.appUIAddressJacek Laskowski2016-11-0211-44/+36
* [SPARK-18198][DOC][STREAMING] Highlight code snippetsLiwei Lin2016-11-022-260/+287
* [MINOR] Use <= for clarity in Pi examples' Monte Carlo processMaria Rydzy2016-11-024-4/+4
* [SPARK-17532] Add lock debugging info to thread dumps.Ryan Blue2016-11-024-6/+49
* [SPARK-18144][SQL] logging StreamingQueryListener$QueryStartedEventCodingCat2016-11-012-2/+15
* [SPARK-18192] Support all file formats in structured streamingReynold Xin2016-11-012-38/+32
* [SPARK-18183][SPARK-18184] Fix INSERT [INTO|OVERWRITE] TABLE ... PARTITION fo...Eric Liang2016-11-0211-21/+129
* [SPARK-17475][STREAMING] Delete CRC files if the filesystem doesn't use check...frreiss2016-11-012-0/+11
* [SPARK-17992][SQL] Return all partitions from HiveShim when Hive throws a met...Michael Allman2016-11-014-65/+160
* [SPARK-17838][SPARKR] Check named arguments for options and use formatted R f...hyukjinkwon2016-11-015-25/+64
* [SPARK-18216][SQL] Make Column.expr publicReynold Xin2016-11-011-1/+4
* [SPARK-18025] Use commit protocol API in structured streamingReynold Xin2016-11-0110-475/+174
* [SPARK-18088][ML] Various ChiSqSelector cleanupsJoseph K. Bradley2016-11-019-185/+197
* [SPARK-18182] Expose ReplayListenerBus.read() overload which takes string ite...Josh Rosen2016-11-011-2/+13
* [SPARK-17350][SQL] Disable default use of KryoSerializer in Thrift ServerJosh Rosen2016-11-012-13/+2
* [SPARK-17764][SQL] Add `to_json` supporting to convert nested struct column t...hyukjinkwon2016-11-0111-16/+177
* [SPARK-18167] Disable flaky SQLQuerySuite testEric Liang2016-11-011-1/+1
* [SPARK-18148][SQL] Misleading Error Message for Aggregation Without Window/Gr...jiangxingbo2016-11-014-64/+140
* [SPARK-18189][SQL] Fix serialization issue in KeyValueGroupedDatasetErgin Seyfe2016-11-012-1/+18
* [SPARK-18103][FOLLOW-UP][SQL][MINOR] Rename `MetadataLogFileCatalog` to `Meta...Liwei Lin2016-11-011-0/+0
* [SPARK-17848][ML] Move LabelCol datatype cast into Predictor.fitZheng RuiFeng2016-11-019-11/+98
* Revert "[SPARK-16839][SQL] redundant aliases after cleanupAliases"Herman van Hovell2016-11-0115-170/+200
* [SPARK-16839][SQL] redundant aliases after cleanupAliaseseyal farago2016-11-0115-200/+170
* [SPARK-17996][SQL] Fix unqualified catalog.getFunction(...)Herman van Hovell2016-11-016-13/+39
* [SPARK-18114][MESOS] Fix mesos cluster scheduler generage command option errorWang Lei2016-11-011-1/+1
* [SPARK-16881][MESOS] Migrate Mesos configs to use ConfigEntrySandeep Singh2016-11-014-6/+68
* [SPARK-15994][MESOS] Allow enabling Mesos fetch cache in coarse executor backendCharles Allen2016-11-015-7/+45
* [SPARK-18111][SQL] Wrong ApproximatePercentile answer when multiple records h...wangzhenhua2016-11-012-1/+14
* [MINOR][DOC] Remove spaces following slashsDongjoon Hyun2016-11-011-24/+20
* [SPARK-18107][SQL] Insert overwrite statement runs much slower in spark-sql t...Liang-Chi Hsieh2016-11-012-1/+56
* [SPARK-18024][SQL] Introduce an internal commit protocol APIReynold Xin2016-10-3113-241/+387
* [SPARK-18167][SQL] Retry when the SQLQuerySuite test flakesEric Liang2016-10-311-8/+20
* [SPARK-18087][SQL] Optimize insert to not require REPAIR TABLEEric Liang2016-10-315-21/+52
* [SPARK-18167][SQL] Also log all partitions when the SQLQuerySuite test flakesEric Liang2016-10-311-2/+1
* [SPARK-18030][TESTS] Fix flaky FileStreamSourceSuite by not deleting the filesShixiong Zhu2016-10-311-10/+0
* [SPARK-17972][SQL] Add Dataset.checkpoint() to truncate large query plansCheng Lian2016-10-314-12/+157
* [BUILD] Close stale Pull Requests.Sean Owen2016-10-310-0/+0
* [SPARK-18143][SQL] Ignore Structured Streaming event logs to avoid breaking h...Shixiong Zhu2016-10-314-0/+63
* [SPARK-18110][PYTHON][ML] add missing parameter in Python for RandomForest re...Felix Cheung2016-10-302-11/+12
* [SPARK-16137][SPARKR] randomForest for RFelix Cheung2016-10-307-34/+656
* [SPARK-17919] Make timeout to RBackend configurable in SparkRHossein2016-10-3011-16/+134
* [SPARK-18106][SQL] ANALYZE TABLE should raise a ParseException for invalid op...Dongjoon Hyun2016-10-302-5/+23
* [SPARK-18103][SQL] Rename *FileCatalog to *FileIndexEric Liang2016-10-3021-79/+79