ArnavBalyan opened a new pull request, #9362:
URL: https://github.com/apache/paimon/pull/9362
### Purpose
- External Avro files can contain narrower numeric types compared to the
ones declared by Paimon.
- The reader reads physical Avro types, causing ClassCastException when the
wider type is accessed.
- Support widening Avro int values to bigint or double and float values to
double during reads.
### 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]