nastra commented on code in PR #12892:
URL: https://github.com/apache/iceberg/pull/12892#discussion_r2164065852


##########
aws/src/integration/java/org/apache/iceberg/aws/glue/TestGlueCatalogTable.java:
##########
@@ -310,6 +310,22 @@ public void testRenameTable() {
     
assertThat(renamedTable.currentSnapshot()).isEqualTo(table.currentSnapshot());
   }
 
+  @Test
+  public void testCreateTableAfterRename() {

Review Comment:
   I would maybe rename this to `createTableInUniqueLocation()` here and in all 
the other tests. This makes it easier to "guess" what the test is trying to 
achieve



-- 
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

Reply via email to