You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/08/21 07:14:23 UTC

[GitHub] [iceberg] pvary commented on a diff in pull request #5510: Support delete corrupted Iceberg table

pvary commented on code in PR #5510:
URL: https://github.com/apache/iceberg/pull/5510#discussion_r950799041


##########
hive-metastore/src/test/java/org/apache/iceberg/hive/TestHiveCatalog.java:
##########
@@ -458,6 +461,23 @@ public void testDropNamespace() throws TException {
         });
   }
 
+  @Test
+  public void testDropTableWithoutMetadataFile() {
+    Namespace namespace = Namespace.of("dbname_drop");

Review Comment:
   Instead of creating a new namespace in the HiveCatalog tests we are usually using a static db:
   ```
   TableIdentifier tableIdent = TableIdentifier.of(DB_NAME, "tbl");
   ```



-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org