ArnavBalyan opened a new pull request, #9418:
URL: https://github.com/apache/paimon/pull/9418
### Purpose
- Avro nullable unions allow the null either before or after the value
branch.
- Paimon assumes null is always first, causing valid Avro files with null
in 2nd to fail during reads.
- Detect the actual null branch when selecting, reading and skipping
nullable values correctly.
### 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]