https://github.com/apache/spark
Revision b18d582c7a07a43ce2d25708bb8116ffc98cf8b2 authored by Zhichao Zhang on 09 September 2022, 18:31:16 UTC, committed by huaxingao on 09 September 2022, 18:31:16 UTC
### What changes were proposed in this pull request?

### Why are the changes needed?

Fix 'ParquetFilterSuite' issue after merging #37747 :
The `org.apache.parquet.filter2.predicate.Operators.In` was added in the parquet 1.12.3, but spark branch-3.3 uses the parquet 1.12.2. Use `Operators.And` instead of `Operators.In`.

### Does this PR introduce _any_ user-facing change?

### How was this patch tested?

Closes #37847 from zzcclp/SPARK-40280-hotfix-3.3.

Authored-by: Zhichao Zhang <zhangzc@apache.org>
Signed-off-by: huaxingao <huaxin_gao@apple.com>
1 parent cd9f564
History
Tip revision: b18d582c7a07a43ce2d25708bb8116ffc98cf8b2 authored by Zhichao Zhang on 09 September 2022, 18:31:16 UTC
[SPARK-40280][SQL][FOLLOWUP][3.3] Fix 'ParquetFilterSuite' issue
Tip revision: b18d582

README.md

back to top