aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20438][R] SparkR wrappers for split and repeatHEADmasterzero3232017-04-244-0/+102
* [SPARK-18901][ML] Require in LR LogisticAggregator is redundantwm624@hotmail.com2017-04-241-5/+0
* [SPARK-20439][SQL] Fix Catalog API listTables and getTable when failed to fet...Xiao Li2017-04-242-5/+31
* [BUILD] Close stale PRsTakeshi Yamamuro2017-04-240-0/+0
* [SPARK-20385][WEB-UI] Submitted Time' field, the date format needs to be form...郭小龙 102076332017-04-234-8/+8
* [SPARK-20132][DOCS] Add documentation for column string functionsMichael Patterson2017-04-221-6/+64
* [SPARK-20430][SQL] Initialise RangeExec parameters in a driver sideTakeshi Yamamuro2017-04-222-5/+11
* [SPARK-20386][SPARK CORE] modify the log info if the block exists on the slav...eatoncys2017-04-221-17/+35
* [SPARK-20401][DOC] In the spark official configuration document, the 'spark.d...郭小龙 102076332017-04-211-0/+8
* [SPARK-20371][R] Add wrappers for collect_list and collect_setzero3232017-04-214-0/+73
* [SPARK-20423][ML] fix MLOR coeffs centering when reg == 0WeichenXu2017-04-212-3/+14
* [SPARK-20341][SQL] Support BigInt's value that does not fit in long value rangeKazuaki Ishizaki2017-04-212-6/+20
* [SPARK-20412] Throw ParseException from visitNonOptionalPartitionSpec instead...Juliusz Sompolski2017-04-212-5/+16
* Small rewording about history server use caseHervé2017-04-211-2/+2
* [SPARK-20420][SQL] Add events to the external catalogHerman van Hovell2017-04-216-25/+457
* [SPARK-20281][SQL] Print the identical Range parameters of SparkContext APIs ...Takeshi Yamamuro2017-04-203-3/+4
* [SPARK-20329][SQL] Make timezone aware expression without timezone unresolvedHerman van Hovell2017-04-2119-78/+148
* [SPARK-20367] Properly unescape column names of partitioning columns parsed f...Juliusz Sompolski2017-04-212-1/+13
* [SPARK-20172][CORE] Add file permission check when listing files in FsHistory...jerryshao2017-04-204-19/+145
* [SPARK-20410][SQL] Make sparkConf a def in SharedSQLContextHerman van Hovell2017-04-207-43/+32
* [SPARK-20334][SQL] Return a better error message when correlated predicates c...Dilip Biswal2017-04-204-61/+181
* [SPARK-20358][CORE] Executors failing stage on interrupted exception thrown b...Eric Liang2017-04-202-10/+19
* [SPARK-20407][TESTS] ParquetQuerySuite 'Enabling/disabling ignoreCorruptFiles...Bogdan Raducanu2017-04-203-7/+60
* [SPARK-20409][SQL] fail early if aggregate function in GROUP BYWenchen Fan2017-04-204-13/+19
* [SPARK-20405][SQL] Dataset.withNewExecutionId should be privateReynold Xin2017-04-201-1/+1
* [SPARK-20156][SQL][FOLLOW-UP] Java String toLowerCase "Turkish locale bug" in...Xiao Li2017-04-205-5/+54
* [SPARK-20375][R] R wrappers for array and mapzero3232017-04-194-0/+80
* Fixed typos in docsymahajan2017-04-192-2/+2
* [SPARK-20398][SQL] range() operator should include cancellation reason when k...Eric Liang2017-04-191-3/+1
* [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