Probablism commented on issue #7335: URL: https://github.com/apache/iceberg/issues/7335#issuecomment-4828192511
Quick pass on current main: Flink still stores pushed filters as `List<Expression>` in `ScanContext`, but scan planning and row-level filtering already AND the list. Is the ask here just to clean up the internal representation to a single row filter, while keeping the public `filters(List<Expression>)` builder APIs for compatibility? I can take that cleanup if that’s the intended scope. -- 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]
