homatthew commented on code in PR #3633:
URL: https://github.com/apache/gobblin/pull/3633#discussion_r1105162271
##########
gobblin-iceberg/src/test/java/org/apache/gobblin/iceberg/writer/HiveMetadataWriterTest.java:
##########
@@ -374,6 +374,7 @@ public void testUpdateLatestSchemaWithExistingSchema()
throws IOException {
// Tables part of deny list, schema only fetched from hive on the first
time and the all future calls will use the cache
+ Assert.assertTrue(updateLatestSchema.apply(tableNameDenied));
Review Comment:
Fat finger removed this line on accident, causing the UT to fail in previous
commit
--
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]