ArnavBalyan opened a new pull request, #8838:
URL: https://github.com/apache/paimon/pull/8838
### Purpose
- Reading blob size larger than int max, silently returns a corrupt blob.
- This is because reader casts size silently to int, anything over 2g is
silently cropped instead of failure.
- Add a check and reject oversized read with a clear error.
### Tests
- UT
--
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]