ajantha-bhat commented on a change in pull request #4330:
URL: https://github.com/apache/iceberg/pull/4330#discussion_r826616240



##########
File path: 
nessie/src/test/java/org/apache/iceberg/nessie/TestBranchVisibility.java
##########
@@ -101,14 +101,27 @@ public void testCatalogOnReference() {
     updateSchema(testCatalog, tableIdentifier2);
 
     // catalog created with ref points to same catalog as above
-    NessieCatalog refCatalog = initCatalog("test");
+    NessieCatalog refCatalog = initCatalog("test", null);
     testCatalogEquality(refCatalog, testCatalog, true, true, () -> { });
 
     // catalog created with hash points to same catalog as above
-    NessieCatalog refHashCatalog = initCatalog("main");
+    NessieCatalog refHashCatalog = initCatalog("main", null);
     testCatalogEquality(refHashCatalog, catalog, true, true, () -> { });
   }
 
+  @Test
+  public void testCatalogInitialHash() {

Review comment:
       End to end testcase with the USE reference command will be added in 
Nessie Integration test. 




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

Reply via email to