rdblue opened a new pull request #1282: URL: https://github.com/apache/iceberg/pull/1282
When `in` and `notIn` predicates were added, the `negate` method was left out of the refactor that split `BoundPredicate` into `BoundLiteralPredicate`, `BoundUnaryPredicate` and `BoundSetPredicate`. This prevents operations that call `rewriteNot` from rewriting most expressions that contain not. This doesn't affect simple scans, but will cause moderately complicated workflows to fail in query planning. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
