Commit 9341c95
[SPARK-23852][SQL] Add test that fails if PARQUET-1217 is not fixed
## What changes were proposed in this pull request?
Add a new test that triggers if PARQUET-1217 - a predicate pushdown bug - is not fixed in Spark's Parquet dependency.
## How was this patch tested?
New unit test passes.
Author: Henry Robinson <[email protected]>
Closes #21284 from henryr/spark-23852.1 parent 9e3bb31 commit 9341c95
File tree
2 files changed
+10
-0
lines changed- sql/core/src/test
- resources/test-data
- scala/org/apache/spark/sql/execution/datasources/parquet
2 files changed
+10
-0
lines changedBinary file not shown.
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
648 | 648 | | |
649 | 649 | | |
650 | 650 | | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
651 | 661 | | |
652 | 662 | | |
653 | 663 | | |
| |||
0 commit comments