FANNG1 commented on code in PR #5818:
URL: https://github.com/apache/gravitino/pull/5818#discussion_r1913227646


##########
spark-connector/spark-common/src/main/java/org/apache/gravitino/spark/connector/paimon/PaimonPropertiesConverter.java:
##########
@@ -42,14 +41,7 @@ public static PaimonPropertiesConverter getInstance() {
   @Override
   public Map<String, String> toSparkCatalogProperties(Map<String, String> 
properties) {
     Preconditions.checkArgument(properties != null, "Paimon Catalog properties 
should not be null");
-    Map<String, String> all = 
PaimonPropertiesUtils.toPaimonCatalogProperties(properties);

Review Comment:
   @caican00 could you verify this change?



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