diqiu50 commented on code in PR #12121:
URL: https://github.com/apache/gravitino/pull/12121#discussion_r3638358530


##########
flink-connector/flink-common/src/main/java/org/apache/gravitino/flink/connector/paimon/GravitinoPaimonCatalog.java:
##########
@@ -139,6 +139,8 @@ public void open() throws CatalogException {
         
HadoopUtils.getHadoopConfiguration(Options.fromMap(withoutHadoopOptions(paimonOptions)));
     moveHadoopOptionsToConf(paimonOptions, hadoopConf);
     try {
+      // Keep vended credentials as Paimon options because Paimon native 
S3/OSS FileIO loaders
+      // declare them as required options.

Review Comment:
   If the credentials are added back here, then this issue isn't actually 
resolved, right?



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