diqiu50 commented on code in PR #8045:
URL: https://github.com/apache/gravitino/pull/8045#discussion_r2278063625
##########
trino-connector/trino-connector/src/main/java/org/apache/gravitino/trino/connector/catalog/iceberg/IcebergCatalogPropertyConverter.java:
##########
@@ -41,6 +41,9 @@ public class IcebergCatalogPropertyConverter extends
CatalogPropertyConverter {
private static final Set<String> HIVE_BACKEND_REQUIRED_PROPERTIES =
Set.of("uri");
+ private static final Set<String> REST_BACKEND_REQUIRED_PROPERTIES =
+ HIVE_BACKEND_REQUIRED_PROPERTIES;
Review Comment:
This property is defined by Gravitino and is returned by the catalog. It
will not be modified here.
--
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]