dixingxing0 commented on issue #2567: URL: https://github.com/apache/iceberg/issues/2567#issuecomment-837659408
Hi @pvary, as i described in #2198, this exception occurred in the `initializeMapOperator` phase, and `HiveIcebergSerDe` will not be used to deserialize data of hive table, so i just caught the exception in `IcebergRecordObjectInspector#getStructFieldRef` and returned a dummy struct field, i'll submit a PR to show how it works. -- 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]
