kbendick commented on issue #1995: URL: https://github.com/apache/iceberg/issues/1995#issuecomment-751859764
For reference, the associated PR that retains the avro field docs (which I'm pretty sure is where the loss is happening) is https://github.com/apache/iceberg/pull/1991. It's possible that the field comments have been lost given that you cannot view the comments in either hive or flink. You could inspect one of the more recent table manifest files for the header to get the schema. If the comments are not there, you might need to run an `ALTER TABLE` command to re-add them on existing tables (assuming this patch fixes the problem). ---------------------------------------------------------------- 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]
