jerqi commented on code in PR #7829:
URL: https://github.com/apache/gravitino/pull/7829#discussion_r2278831088


##########
api/src/main/java/org/apache/gravitino/stats/Statistic.java:
##########
@@ -30,7 +30,7 @@
 public interface Statistic {
 
   /** The prefix for custom statistics. Custom statistics are user-defined 
statistics. */
-  String CUSTOM_PREFIX = "custom.";
+  String CUSTOM_PREFIX = "custom-";

Review Comment:
   We use `.` as NameIdenfier splitter. I want to use `-` here.



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