Jackie-Jiang commented on a change in pull request #4169: Update Audience and Stability annotations for basic classes URL: https://github.com/apache/incubator-pinot/pull/4169#discussion_r279088010
########## File path: pinot-common/src/main/java/org/apache/pinot/filesystem/PinotFSFactory.java ########## @@ -23,10 +23,14 @@ import java.util.Iterator; import java.util.Map; import org.apache.commons.configuration.Configuration; +import org.apache.pinot.annotations.InterfaceAudience; +import org.apache.pinot.annotations.InterfaceStability; import org.slf4j.Logger; import org.slf4j.LoggerFactory; [email protected] Review comment: I won't count this class an interface that we should apply the annotations. ---------------------------------------------------------------- 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]
