Yujiang Zhong created PARQUET-2246:
--------------------------------------
Summary: Add short circuit logic to column index filter
Key: PARQUET-2246
URL: https://issues.apache.org/jira/browse/PARQUET-2246
Project: Parquet
Issue Type: Improvement
Reporter: Yujiang Zhong
ColumnIndexFilter can be optimized by adding short-circuit logic to `AND` and
`OR` operations. It's not necessary to evaluating the right node in some cases:
* If the left result row ranges of `AND` is empty
* If the left result row ranges of `OR` is full range of the row-group
--
This message was sent by Atlassian Jira
(v8.20.10#820010)