rdblue commented on issue #5706: URL: https://github.com/apache/iceberg/issues/5706#issuecomment-1251380979
I just did some digging and I think that the reason for checking whether the row filter is always true is to match the logic when we add stats columns. We only add stats columns if the row filter is non-trivial (not always true) so we probably carried that over when removing stats columns. If tests are passing without this, then I think it would be safe to drop that requirement. -- 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]
