Jackie-Jiang commented on a change in pull request #4081: Support legacy time type in SegmentValidationAndRetentionConfig URL: https://github.com/apache/incubator-pinot/pull/4081#discussion_r272465676
########## File path: pinot-common/src/test/java/org/apache/pinot/common/utils/UtilsTest.java ########## @@ -24,48 +24,53 @@ import org.testng.Assert; import org.testng.annotations.Test; +import static org.testng.Assert.assertEquals; Review comment: No. I just prefer importing static Assert methods because IDE does so when creating test automatically. ---------------------------------------------------------------- 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. 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]
