mchades commented on code in PR #11237:
URL: https://github.com/apache/gravitino/pull/11237#discussion_r3304356294


##########
flink-connector/flink-common/src/main/java/org/apache/gravitino/flink/connector/paimon/GravitinoPaimonCatalog.java:
##########
@@ -88,7 +87,7 @@ public void dropTable(ObjectPath tablePath, boolean 
ignoreIfNotExists)
 
   @Override
   public Optional<Factory> getFactory() {
-    return Optional.of(new FlinkTableFactory());
+    return paimonCatalog.getFactory();
   }

Review Comment:
   it's unnecessary 



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