yuqi1129 commented on code in PR #4939:
URL: https://github.com/apache/gravitino/pull/4939#discussion_r1792794936


##########
catalogs/catalog-lakehouse-paimon/src/test/java/org/apache/gravitino/catalog/lakehouse/paimon/integration/test/CatalogPaimonBaseIT.java:
##########
@@ -882,8 +887,30 @@ private void createCatalog() {
     Preconditions.checkArgument(
         StringUtils.isNotBlank(type), "Paimon Catalog backend type can not be 
null or empty.");
     catalogProperties.put(PaimonCatalogPropertiesMetadata.PAIMON_METASTORE, 
type);
+
+    // Why needs this conversion? Because PaimonCatalogOperations#initialize 
will try to convert
+    // Gravitino general S3 properties to Paimon specific S3 properties.
+    Map<String, String> copy = Maps.newHashMap(catalogProperties);

Review Comment:
   OK, let me take a try.



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