rdblue commented on code in PR #950:
URL: https://github.com/apache/parquet-mr/pull/950#discussion_r842087619
##########
parquet-column/src/main/java/org/apache/parquet/filter2/predicate/FilterApi.java:
##########
@@ -72,26 +73,50 @@ public static IntColumn intColumn(String columnPath) {
return new IntColumn(ColumnPath.fromDotString(columnPath));
}
+ public static IntColumn intColumn(Type.ID id) {
Review Comment:
@huaxingao and @shangxinli, has the Parquet community considered using
Iceberg expressions and filters? I know that's a separate change, but it would
be a great way to pick up a cleaner filter API that handles expression binding.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]