sjwiesman commented on a change in pull request #17264:
URL: https://github.com/apache/flink/pull/17264#discussion_r710335223



##########
File path: 
flink-connectors/flink-connector-jdbc/src/main/java/org/apache/flink/connector/jdbc/dialect/JdbcDialect.java
##########
@@ -66,13 +63,19 @@
      */
     String getLimitClause(long limit);
 
+    /** @return True if two instances support the same dialect. */
+    boolean equals(Object o);

Review comment:
       nope 🙈 that's left over from a change I didn't intend to commit. thanks 
for catching it!




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