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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]