Incorrect filter pushdown in ORC when string stats truncated
Open
correctness
ORC
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 241
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 22
Description
**Describe the bug**
When string statistics are truncated (long strings), the predicate evaluation in row group filtering was incorrect.
https://github.com/datafusion-contrib/orc-rust/pull/79
Additional context
Perhaps we should temporarily disable ORC predicate pushdown?
Contributor guide
Assessment
This issue has not been assessed yet.