shaofengshi commented on code in PR #8045:
URL: https://github.com/apache/gravitino/pull/8045#discussion_r2275668711


##########
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:
   REST backend uses the same properies as Hive? Didn't see any place to modify 
this variable.



-- 
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]

Reply via email to