infvg opened a new pull request, #12900: URL: https://github.com/apache/gluten/pull/12900
Gluten previously passed only top-level Iceberg field IDs to Velox. Consequently, native reads could not reliably resolve renamed, reordered, deleted/re-added, or projected nested fields and fell back for evolved schemas. This change propagates recursive field-ID trees for structs, arrays, and maps. Velox now builds recursive ParquetFieldId mappings and reads evolved schemas by identity instead of name. -- 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]
