geruh commented on code in PR #10276: URL: https://github.com/apache/iceberg/pull/10276#discussion_r1606278195
########## aws/src/integration/java/org/apache/iceberg/aws/glue/TestGlueCatalogTable.java: ########## @@ -501,6 +501,97 @@ public void testColumnCommentsAndParameters() { assertThat(actualColumns).isEqualTo(expectedColumns); } + @Test + public void testGlueTableColumnCommentsPreserved() { Review Comment: What about the case where we drop a column from a table. I believe today we keep those columns and descriptions. Should we add a test for that? -- 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