whhe commented on code in PR #109:
URL: 
https://github.com/apache/flink-connector-jdbc/pull/109#discussion_r1700103068


##########
flink-connector-jdbc-oceanbase/src/main/java/org/apache/flink/connector/jdbc/oceanbase/database/OceanBaseFactory.java:
##########
@@ -54,6 +55,20 @@ public JdbcCatalog createCatalog(
             String username,
             String pwd,
             String baseUrl) {
-        throw new UnsupportedOperationException("Catalog for OceanBase is not 
supported yet.");
+        throw new UnsupportedOperationException(
+                "Catalog for OceanBase without 'compatible-mode' is not 
supported.");

Review Comment:
   I rethought it and it seems that there should be a default value in 
createDialect and createCatalog. I will have 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