apache / parquet-java

Apache Parquet Java
https://parquet.apache.org/
Apache License 2.0
2.48k stars 1.37k forks source link

PARQUET-34: Extend Contains support to all ColumnFilterPredicate types #1370

Closed clairemcginty closed 2 weeks ago

clairemcginty commented 3 weeks ago

Follows up on this discussion from #1328 to fast-follow by expanding Contains predicate support from only Eq<T> to all ColumnFilterPredicate<T> types.

Jira

Tests

Commits

Style

Documentation