aajisaka commented on code in PR #10199: URL: https://github.com/apache/iceberg/pull/10199#discussion_r1585860715
########## aws/src/main/java/org/apache/iceberg/aws/glue/GlueTableOperations.java: ########## @@ -322,6 +322,7 @@ void persistGlueTable( .name(tableName) .tableType(GLUE_EXTERNAL_TABLE_TYPE) .parameters(parameters) + .description(glueTable.description()) Review Comment: I think the `comment` should be honored. I'll update the patch to 1. If `comment` exists, `comment` is applied. 1. If `comment` doesn't exist, the existing description is retained. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org