aajisaka commented on code in PR #10199: URL: https://github.com/apache/iceberg/pull/10199#discussion_r1599419966
########## aws/src/main/java/org/apache/iceberg/aws/glue/GlueTableOperations.java: ########## @@ -316,6 +316,11 @@ void persistGlueTable( .skipArchive(awsProperties.glueCatalogSkipArchive()) .tableInput( TableInput.builder() + // Keep the existing table description + .description(glueTable.description()) + // This overwrites the existing table description if there's a comment like Review Comment: Updated the comment in the latest change -- 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