File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments