bryanck commented on code in PR #4906:
URL: https://github.com/apache/iceberg/pull/4906#discussion_r885039999
##########
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:
The null byte is used as a delimiter AFAIK, the slash is just URL encoded,
i.e. `%2F`
--
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]