kevinliu-stripe commented on a change in pull request #3379:
URL: https://github.com/apache/iceberg/pull/3379#discussion_r737069454
##########
File path:
hive-metastore/src/test/java/org/apache/iceberg/hive/HiveTableTest.java
##########
@@ -434,6 +436,22 @@ public void testEngineHiveEnabledTableProperty() throws
TException {
assertHiveEnabled(hmsTable, false);
}
+ @Test
+ public void testMissingMetadataWontCauseHang() {
+ catalog.loadTable(TABLE_IDENTIFIER);
+
+ File realLocation = new File(metadataLocation(TABLE_NAME));
+ File fakeLocation = new File(metadataLocation(TABLE_NAME) + "_dummy");
Review comment:
both files are created in the temp folder.
i double checked, using debugger to find the path. Both are removed when
test exit
--
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]