liangyouze commented on code in PR #6212: URL: https://github.com/apache/gravitino/pull/6212#discussion_r1924578059
########## 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: Neither the schema nor the table of jdbc supports user custom properties. Although the operation of table properties will not throw exception, it will not actually take effect. Or do you think that the schema and table should be distinguished? -- 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]
