rambleraptor commented on code in PR #3665: URL: https://github.com/apache/iceberg-python/pull/3665#discussion_r3618006491
########## tests/expressions/test_evaluator.py: ########## @@ -80,6 +83,49 @@ def _to_byte_buffer(field_type: IcebergType, val: Any) -> bytes: STRING_MAX = _to_byte_buffer(StringType(), "z") +class BlockingBounds(Mapping[int, bytes]): Review Comment: Can you add a docstring explaining what this class is used for? -- 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]
