aokolnychyi commented on code in PR #55511:
URL: https://github.com/apache/spark/pull/55511#discussion_r3155660315
##########
sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/TruncatableTable.java:
##########
@@ -34,4 +36,21 @@ public interface TruncatableTable extends Table {
* @since 3.2.0
*/
boolean truncateTable();
+
+ /**
+ * Returns an array of supported custom metrics with name and description.
+ * By default it returns empty array.
+ */
+ default CustomMetric[] supportedCustomMetrics() {
Review Comment:
Do we need `@since` for the new methods?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]