jihoonson commented on a change in pull request #6669: Remove duplicate 
DataSegmentTest (fixes #6064)
URL: https://github.com/apache/incubator-druid/pull/6669#discussion_r236842155
 
 

 ##########
 File path: core/src/test/java/org/apache/druid/timeline/DataSegmentTest.java
 ##########
 @@ -51,7 +51,7 @@
 public class DataSegmentTest
 {
   private static final ObjectMapper mapper = new TestObjectMapper();
-  private static final int TEST_VERSION = 0x7;
+  private static final int TEST_VERSION = 0x9;
 
 Review comment:
   This represents the segment version. Its value doesn't affect to anything, 
but I think it's better to use a more realistic one since version 7 no more 
exists.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to