dailai commented on code in PR #7814:
URL: https://github.com/apache/seatunnel/pull/7814#discussion_r1797505169


##########
seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/catalog/dm/DamengCatalog.java:
##########
@@ -184,4 +169,60 @@ public CatalogTable getTable(String sqlQuery) throws 
SQLException {
         Connection defaultConnection = getConnection(defaultUrl);
         return CatalogUtils.getCatalogTable(defaultConnection, sqlQuery, new 
DmdbTypeMapper());
     }
+
+    @Override
+    public CatalogTable getTable(TablePath tablePath)

Review Comment:
   I will abstract the code, it does look weird, as if the code repeats itself



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