yadavay-amzn commented on PR #16074: URL: https://github.com/apache/iceberg/pull/16074#issuecomment-4426423848
@ebyhr Updated the test comments to clarify the failure mode. Without the fix, the test fails because the projection returns `ts == 490674` (an invalid predicate) instead of `alwaysTrue`/`alwaysFalse`. The ValidationException from the original issue occurs downstream when that invalid predicate is evaluated against manifest data. Also fixed the PR title format. -- 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]
