ArnavBalyan opened a new pull request, #9464:
URL: https://github.com/apache/paimon/pull/9464

   ### Purpose
    - Legacy ORC files use generated column names such as _col0 but table 
declares actual names.
    - Paimon ignores the positional schema and returns null since the lookup 
logic is using the real column names.
    - Forward the positional schema settings to the orc reader so columns can 
be matched by position.
   
   ### 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]

Reply via email to