snleee commented on a change in pull request #4081: Support legacy time type in SegmentValidationAndRetentionConfig URL: https://github.com/apache/incubator-pinot/pull/4081#discussion_r272428363
########## 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: Is there any benefit on this except we can use `assertEquals` instead of `Assert.assertEquals`? ---------------------------------------------------------------- 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]
