Skip to content

Commit 6d02722

Browse files
authored
Document fork (apache-spark-on-k8s#413)
1 parent f057c72 commit 6d02722

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

FORK.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Difference with upstream
2+
3+
* SPARK-21195 - Automatically register new metrics from sources and wire default registry
4+
* SPARK-20952 - ParquetFileFormat should forward TaskContext to its forkjoinpool
5+
* SPARK-20001 (SPARK-13587) - Support PythonRunner executing inside a Conda env (and R)
6+
* SPARK-17059 - Allow FileFormat to specify partition pruning strategy via splits
7+
* SPARK-24345 - Improve ParseError stop location when offending symbol is a token
8+
* SPARK-23795 - Make AbstractLauncher#self() protected
9+
* SPARK-23153 - Support application dependencies in submission client's local file system
10+
* SPARK-18079 - CollectLimitExec.executeToIterator should perform per-partition limits
11+
12+
* SPARK-15777 (Partial fix) - Catalog federation
13+
* make ExternalCatalog configurable beyond in memory and hive
14+
* FileIndex for catalog tables is provided by external catalog instead of using default impl
15+
16+
* Better pushdown for IN expressions in parquet via UserDefinedPredicate (SPARK-17091 for original issue)
17+
18+
# Added
19+
20+
* Gradle plugin to easily create custom docker images for use with k8s

0 commit comments

Comments
 (0)