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


##########
flink-connector/flink/src/test/java/org/apache/gravitino/flink/connector/integration/test/FlinkCommonIT.java:
##########
@@ -72,6 +72,14 @@ protected boolean 
supportSchemaOperationWithCommentAndOptions() {
     return true;
   }
 
+  protected boolean supportGetSchemaWithoutCommentAndOption() {
+    return true;
+  }
+
+  protected abstract String getProvider();
+
+  protected abstract boolean dropCascade();

Review Comment:
   rename to supportDropCascade?



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