pvary opened a new pull request #2121: URL: https://github.com/apache/iceberg/pull/2121
During the test identified an issue: - `IcebergRecordObjectInspector.getStructFieldData()` should use the names to identify the columns and not the position when there is a projection (might be a real issue only in Tez execution, but I think it is good to have the fix here too) - Also realized that Vectorized execution will not work with the current implementation of IcebergInput/IcebergOutputFormat. Raised: #2120 for that ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
