Fokko commented on code in PR #6069: URL: https://github.com/apache/iceberg/pull/6069#discussion_r1015087384
########## python/pyiceberg/expressions/visitors.py: ########## @@ -517,7 +519,7 @@ def visit_equal(self, term: BoundTerm, literal: Literal[Any]) -> bool: pos = term.ref().accessor.position field = self.partition_fields[pos] - if field.lower_bound is None: + if field.lower_bound is None or field.upper_bound is None: Review Comment: This is required for the linter since we're the variable below. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org