ArnavBalyan opened a new pull request, #9415:
URL: https://github.com/apache/paimon/pull/9415
### Purpose
- Insert column lists should order both columns and nested struct fields by
position.
- Paimon maps nested struct fields by name, causing values to be reordered
when the source and target field orders differ.
- This causes the query results to differ, ensure we can fix by preserving
the mapping recursively for structs inside arrays and maps.
### 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]