Jackie-Jiang commented on code in PR #12440:
URL: https://github.com/apache/pinot/pull/12440#discussion_r1516797586


##########
pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/V1Constants.java:
##########
@@ -65,6 +65,8 @@ public static class MetadataKeys {
     public static class Segment {
       public static final String SEGMENT_CREATOR_VERSION = "creator.version";
       public static final String SEGMENT_NAME = "segment.name";
+
+      public static final String SEGMENT_METADATA_VERSION = 
"segment.metadata.version";

Review Comment:
   Is this used? I cannot find any usage of it



-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to