rdblue commented on code in PR #4495:
URL: https://github.com/apache/iceberg/pull/4495#discussion_r847507856
##########
core/src/test/java/org/apache/iceberg/rest/TestRESTCatalog.java:
##########
@@ -72,4 +90,72 @@ protected boolean supportsNamespaceProperties() {
protected boolean supportsServerSideRetry() {
return true;
}
+
+ /* RESTCatalog specific tests */
+
+ @Test
+ public void testConfigRoute() throws IOException {
Review Comment:
These tests look good to me.
--
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]