Fokko commented on code in PR #8084:
URL: https://github.com/apache/iceberg/pull/8084#discussion_r1271393436


##########
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:
   Should we remove this one and combine everything back into the decoder? I 
like to keep things simple.



-- 
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]

Reply via email to