aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-06[SPARK-24187][R][SQL] Add array_join function to SparkRHEADmasterHuaxin Gao
2018-06-05[SPARK-22384][SQL] Refine partition pruning when attribute is wrapped in Castjinxing
2018-06-05[SPARK-24453][SS] Fix error recovering from the failure in a no-data batchTathagata Das
2018-06-04[SPARK-15784] Add Power Iteration Clustering to spark.mlWeichenXu
2018-06-05[SPARK-16451][REPL] Fail shell if SparkSession fails to start.Marcelo Vanzin
2018-06-05[SPARK-24215][PYSPARK] Implement _repr_html_ for dataframes in PySparkYuanjian Li
2018-06-04[SPARK-24300][ML] change the way to set seed in ml.cluster.LDASuite.generateL...Lu WANG
2018-06-04[SPARK-24290][ML] add support for Array input for instrumentation.logNamedValueLu WANG
2018-06-04[SPARK-21896][SQL] Fix StackOverflow caused by window functions inside aggreg...aokolnychyi
2018-06-04[SPARK-23903][SQL] Add support for date extractYuming Wang
2018-06-03[SPARK-23786][SQL] Checking column names of csv headersMaxim Gekk
2018-06-03[SPARK-24369][SQL] Correct handling for multiple distinct aggregations having...Wenchen Fan
2018-06-04[SPARK-24455][CORE] fix typo in TaskSchedulerImpl commentxueyu
2018-06-02[SPARK-24356][CORE] Duplicate strings in File.path managed by FileSegmentMana...Misha Dmitriev
2018-06-01[SPARK-23668][K8S] Added missing config property in running-on-kubernetes.mdYinan Li
2018-06-01[SPARK-24340][CORE] Clean up non-shuffle disk block manager files following e...Xingbo Jiang
2018-06-01[INFRA] Close stale PRs.Marcelo Vanzin
2018-06-01Revert "[SPARK-24369][SQL] Correct handling for multiple distinct aggregation...Xiao Li
2018-06-01[SPARK-24351][SS] offsetLog/commitLog purge thresholdBatchId should be comput...Huang Tengfei
2018-05-31[SPARK-23920][SQL] add array_remove to remove all elements that equal element...Huaxin Gao
2018-05-31[SPARK-24326][MESOS] add support for local:// scheme for the app jarStavros Kontopoulos
2018-06-01[SPARK-24444][DOCS][PYTHON] Improve Pandas UDF docs to explain column assignmentBryan Cutler
2018-06-01[SPARK-24330][SQL] Refactor ExecuteWriteTask and Use `while` in writing filesGengliang Wang
2018-06-01[MINOR][YARN] Add YARN-specific credential providers in debug logging messagehyukjinkwon
2018-05-31[SPARK-24232][K8S] Add support for secret env varsStavros Kontopoulos
2018-05-31[SPARK-23900][SQL] format_number support user specifed format as argumentYuming Wang
2018-05-31[SPARK-24397][PYSPARK] Added TaskContext.getLocalProperty(key) in PythonTathagata Das
2018-05-31[SPARK-24414][UI] Calculate the correct number of tasks for a stage.Marcelo Vanzin
2018-05-31[WEBUI] Avoid possibility of script in query param keysSean Owen
2018-05-31[SPARK-24146][PYSPARK][ML] spark.ml parity for sequential pattern mining - Pr...WeichenXu
2018-05-30[SPARK-24337][CORE] Improve error messages for Spark conf valuesWilliam Sheu
2018-05-30[SPARK-24276][SQL] Order of literals in IN should not affect semantic equalityMarco Gaido
2018-05-30[SPARK-23901][SQL] Add masking functionsMarco Gaido
2018-05-30[SPARK-23161][PYSPARK][ML] Add missing APIs to Python GBTClassifierHuaxin Gao
2018-05-30[SPARK-24384][PYTHON][SPARK SUBMIT] Add .py files correctly into PythonRunner...hyukjinkwon
2018-05-31[SPARK-24369][SQL] Correct handling for multiple distinct aggregations having...Takeshi Yamamuro
2018-05-30[SPARK-24419][BUILD] Upgrade SBT to 0.13.17 with Scala 2.10.7 for JDK9+DB Tsai
2018-05-30[SPARK-23754][PYTHON] Re-raising StopIteration in client codee-dorigatti
2018-05-29[SPARK-24331][SPARKR][SQL] Adding arrays_overlap, array_repeat, map_entries t...Marek Novotny
2018-05-30[SPARK-24365][SQL] Add Data Source write benchmarkGengliang Wang
2018-05-29[SPARK-24371][SQL] Added isInCollection in DataFrame API for Scala and Java.DB Tsai
2018-05-29[SPARK-23991][DSTREAMS] Fix data loss when WAL write fails in allocateBlocksT...Gabor Somogyi
2018-05-28[SPARK-24250][SQL][FOLLOW-UP] support accessing SQLConf inside tasksXiao Li
2018-05-29[SPARK-24377][SPARK SUBMIT] make --py-files work in non pyspark applicationjerryshao
2018-05-29[SPARK-19613][SS][TEST] Random.nextString is not safe for directory namePrefixDongjoon Hyun
2018-05-28[SPARK-24392][PYTHON] Label pandas_udf as ExperimentalBryan Cutler
2018-05-28[SPARK-24373][SQL] Add AnalysisBarrier to RelationalGroupedDataset's and KeyV...Marco Gaido
2018-05-28[SPARK-24334] Fix race condition in ArrowPythonRunner causes unclean shutdown...Li Jin
2018-05-26[SPARK-24381][TESTING] Add unit tests for NOT IN subquery around null valuesMiles Yucht
2018-05-26[SPARK-19112][CORE][FOLLOW-UP] Add missing shortCompressionCodecNames to conf...Yuming Wang