rdblue commented on code in PR #4906:
URL: https://github.com/apache/iceberg/pull/4906#discussion_r885031491
##########
core/src/test/java/org/apache/iceberg/catalog/CatalogTests.java:
##########
@@ -155,6 +155,14 @@ protected boolean supportsServerSideRetry() {
return false;
}
+ protected boolean supportsServerManagedLocation() {
+ return false;
+ }
+
+ protected boolean supportsNamesWithSlashes() {
Review Comment:
Why is this not supported? Slashes should be properly escaped in paths,
which is why we have this 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]