rustyconover commented on code in PR #8084:
URL: https://github.com/apache/iceberg/pull/8084#discussion_r1271454370
##########
python/pyiceberg/avro/decoder.py:
##########
@@ -191,3 +196,136 @@ def skip_bytes(self) -> None:
def skip_utf8(self) -> None:
self.skip_bytes()
+
+
+class StreamingBinaryDecoder(BinaryDecoder):
Review Comment:
It depends. It is useful to have a decoder that can work on a streaming
basis and it's good to test subsequent implementations with. It may also be
useful for a "pure python" approach to keep it around.
--
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]