KalleOlaviNiemitalo commented on PR #3343:
URL: https://github.com/apache/avro/pull/3343#issuecomment-2732089211

   In the previous code, if `self.reader.read(SYNC_SIZE)` returned fewer than 
SYNC_SIZE bytes, then the subsequent `self.reader.seek(-SYNC_SIZE, 1)` seeked 
too far back; it didn't stop at the original position.  So this pull request at 
least makes the code more correct.


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

Reply via email to