aajisaka opened a new pull request, #10199: URL: https://github.com/apache/iceberg/pull/10199
## Problem In AWS Glue Catalog, user can set arbitrary description to the table and its columns via Web UI or even from Amazon Athena. However, the descriptions will be removed after upgrading the table. ## What this PR do This patch is to keep the original table description when calling `UpdateTable` API. Keeping column description is hard and I think we can open a different PR to do this. ## Testing Not tested as it's going to be a bit complex to add description to the existing table in Iceberg tests. Any idea is welcome. -- 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