liangyouze commented on code in PR #6212:
URL: https://github.com/apache/gravitino/pull/6212#discussion_r1923479365


##########
spark-connector/spark-common/src/test/java/org/apache/gravitino/spark/connector/integration/test/SparkCommonIT.java:
##########
@@ -119,6 +119,14 @@ private static String getRowLevelDeleteTableSql(
 
   protected abstract boolean supportsReplaceColumns();
 
+  protected abstract boolean supportsProperties();

Review Comment:
   In `JdbcDatabaseOperations`, an exception message "Properties are not 
supported yet" will be thrown, indicating that the operation of the jdbc object 
does not support to use properties, so I think supportsProperties is not hard 
to understand



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