Fokko commented on code in PR #2293:
URL: https://github.com/apache/iceberg-python/pull/2293#discussion_r2257960677
##########
pyiceberg/expressions/visitors.py:
##########
@@ -915,8 +916,10 @@ def visit_bound_predicate(self, predicate:
BoundPredicate[L]) -> BooleanExpressi
# In the order described by the "Column Projection" section of the
Iceberg spec:
# https://iceberg.apache.org/spec/#column-projection
# Evaluate column projection first if it exists
- if projected_field_value :=
self.projected_field_values.get(field.name):
Review Comment:
Removing wallrus `:=` here since the projected value can also be `None`
--
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]