mcvsubbu commented on a change in pull request #4884: Moving stream related apis to pinot-spi URL: https://github.com/apache/incubator-pinot/pull/4884#discussion_r353879177
########## File path: pinot-core/src/test/java/org/apache/pinot/core/realtime/stream/MetadataEqualsHashCodeTest.java ########## @@ -20,6 +20,7 @@ import nl.jqno.equalsverifier.EqualsVerifier; import nl.jqno.equalsverifier.Warning; +import org.apache.pinot.spi.stream.StreamConfig; Review comment: wonder why this import was not needed before? ---------------------------------------------------------------- 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]
