rdblue commented on code in PR #4679:
URL: https://github.com/apache/iceberg/pull/4679#discussion_r864213182
##########
python/src/iceberg/expressions/base.py:
##########
@@ -328,3 +329,46 @@ def eval(self, struct: StructProtocol) -> Any:
Any: The value at the referenced field's position in `struct`
"""
return self._accessor.get(struct)
+
+
+class UnboundReference:
+ """A reference not yet bounded to a field in a schema
Review Comment:
I think you want "bound" instead of "bounded".
--
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]