adutra commented on code in PR #4491:
URL: https://github.com/apache/polaris/pull/4491#discussion_r3266493886


##########
runtime/service/src/test/java/org/apache/polaris/service/catalog/iceberg/AbstractIcebergCatalogViewTest.java:
##########
@@ -276,4 +277,19 @@ public void testEventsAreEmitted() {
             
afterRefreshEvent.attributes().getRequired(EventAttributes.VIEW_IDENTIFIER))
         .isEqualTo(TestData.TABLE);
   }
+
+  @Test
+  @Disabled("Polaris REST catalog does not support view registration")
+  @Override
+  public void registerView() {}

Review Comment:
   These tests will be re-enabled when we cherry-pick #3689 



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

Reply via email to