usberkeley commented on PR #12231: URL: https://github.com/apache/hudi/pull/12231#issuecomment-2487234243
> Can a corrupt `SizeAwareDataInputStream` be reused in other codes? A corrupt SizeAwareDataInputStream cannot be used in other code because it lacks robustness. Under boundary conditions, skipBytes may go out of bounds, and APIs like readInt are non-idempotent, posing potential risks. -- 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]
