Fokko commented on code in PR #5845:
URL: https://github.com/apache/iceberg/pull/5845#discussion_r989733773
##########
python/tests/expressions/test_expressions_base.py:
##########
@@ -1368,6 +1381,841 @@ def
test_bound_boolean_expression_visitor_raise_on_unbound_predicate():
assert "Not a bound predicate" in str(exc_info.value)
+def _to_byte_buffer(field_type: IcebergType, val: Any):
Review Comment:
Yes, I like that. Splitting out `base.py` is on my list, but didn't want to
do that in a PR that introduces new functionality.
--
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]