samredai opened a new pull request, #5303: URL: https://github.com/apache/iceberg/pull/5303
This adds the groundwork for a `BoundBooleanExpressionVisitor`. It only implements visiting a `BoundIn` expression since that's the only bound predicate implemented so far. As more expressions are added, a method must be registered in the `BoundBooleanExpressionVisitor` (using `@visit_bound_predicate.register(<expression class here>)`) and also a function must be registered with the `visit` dispatch function (using `@visit.register(<expression class here>)`). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
