Skip to content

Commit 8882973

Browse files
sjrandrobert3005
authored andcommitted
Add links to tickets in fork doc (apache-spark-on-k8s#421)
1 parent efbb2ff commit 8882973

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

FORK.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Difference with upstream
22

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
3+
* [SPARK-21195](https://issues.apache.org/jira/browse/SPARK-21195) - Automatically register new metrics from sources and wire default registry
4+
* [SPARK-20952](https://issues.apache.org/jira/browse/SPARK-20952) - ParquetFileFormat should forward TaskContext to its forkjoinpool
5+
* [SPARK-20001](https://issues.apache.org/jira/browse/SPARK-20001) ([SPARK-13587](https://issues.apache.org/jira/browse/SPARK-13587)) - Support PythonRunner executing inside a Conda env (and R)
6+
* [SPARK-17059](https://issues.apache.org/jira/browse/SPARK-17059) - Allow FileFormat to specify partition pruning strategy via splits
7+
* [SPARK-24345](https://issues.apache.org/jira/browse/SPARK-24345) - Improve ParseError stop location when offending symbol is a token
8+
* [SPARK-23795](https://issues.apache.org/jira/browse/SPARK-23795) - Make AbstractLauncher#self() protected
9+
* [SPARK-23153](https://issues.apache.org/jira/browse/SPARK-23153) - Support application dependencies in submission client's local file system
10+
* [SPARK-18079](https://issues.apache.org/jira/browse/SPARK-18079) - CollectLimitExec.executeToIterator should perform per-partition limits
1111

12-
* SPARK-15777 (Partial fix) - Catalog federation
12+
* [SPARK-15777](https://issues.apache.org/jira/browse/SPARK-15777) (Partial fix) - Catalog federation
1313
* make ExternalCatalog configurable beyond in memory and hive
1414
* FileIndex for catalog tables is provided by external catalog instead of using default impl
1515

16-
* Better pushdown for IN expressions in parquet via UserDefinedPredicate (SPARK-17091 for original issue)
16+
* Better pushdown for IN expressions in parquet via UserDefinedPredicate ([SPARK-17091](https://issues.apache.org/jira/browse/SPARK-17091) for original issue)
1717

1818
# Added
1919

0 commit comments

Comments
 (0)