ccat3z opened a new pull request, #8862:
URL: https://github.com/apache/incubator-gluten/pull/8862
## What changes were proposed in this pull request?
An ORC file written by an old version has no field names in the physical
schema. To read it, we must map table schema to file schema using indices. This
PR made the following changes.
1. Passthrough `ScanTransformer#getDataColumns` as table schema to Velox.
2. Enable k{Parquet,Orc}UseColumnNames and kOrcUseNestedColumnNames in Velox
to match spark default behavior, which always map table schema to physical file
schema using name.
## How was this patch tested?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]