wang-x-xia commented on a change in pull request #4221:
URL: https://github.com/apache/iceberg/pull/4221#discussion_r824471641
##########
File path: dell/src/main/java/org/apache/iceberg/dell/DellProperties.java
##########
@@ -38,6 +40,21 @@
*/
public static final String ECS_S3_ENDPOINT = "ecs.s3.endpoint";
+ /**
+ * Catalog prefix is used to store catalog data. If not set, use {@link
CatalogProperties#WAREHOUSE_LOCATION}.
+ * <p>
+ * The value is an EcsURI which like ecs://bucket/prefix.
+ */
+ public static final String ECS_CATALOG_PREFIX = "ecs.catalog.prefix";
+
+ /**
+ * Catalog delimiter is separator of namespace levels. Default value is '/'.
+ * <p>
+ * For example, the properties object of namespace [a, b] is
ecs://bucket/prefix/a/b.namespace when delimiter is '/',
+ * and is ecs://bucket/prefix-a-b when delimiter is '-'.
+ */
+ public static final String ECS_CATALOG_DELIMITER = "ecs.catalog.delimiter";
Review comment:
Both `ecs.catalog.prefix` and `ecs.catalog.delimiter` are removed.
--
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]