lasdf1234 commented on code in PR #10384:
URL: https://github.com/apache/gravitino/pull/10384#discussion_r2922136522


##########
catalogs/catalog-common/src/main/java/org/apache/gravitino/catalog/lakehouse/paimon/PaimonConstants.java:
##########
@@ -48,6 +48,7 @@ public class PaimonConstants {
   public static final String OSS_ENDPOINT = "fs.oss.endpoint";
   public static final String OSS_ACCESS_KEY = "fs.oss.accessKeyId";
   public static final String OSS_SECRET_KEY = "fs.oss.accessKeySecret";
+  public static final String OSS_IMPLEMENT = "hadoop.fs.oss.impl";

Review Comment:
   fs.oss.impl is a special property,Paimon catalog should add it in 
hadoopConfiguration,so it should be start with hadoop



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