|
1 | 1 | # Difference with upstream
|
2 | 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 |
| 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 |
11 | 11 |
|
12 |
| -* SPARK-15777 (Partial fix) - Catalog federation |
| 12 | +* [SPARK-15777](https://issues.apache.org/jira/browse/SPARK-15777) (Partial fix) - Catalog federation |
13 | 13 | * make ExternalCatalog configurable beyond in memory and hive
|
14 | 14 | * FileIndex for catalog tables is provided by external catalog instead of using default impl
|
15 | 15 |
|
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) |
17 | 17 |
|
18 | 18 | # Added
|
19 | 19 |
|
|
0 commit comments