sunithabeeram commented on a change in pull request #4243: Add support for passing headers in pinot client URL: https://github.com/apache/incubator-pinot/pull/4243#discussion_r289204095
########## File path: pinot-api/src/main/java/org/apache/pinot/client/ConnectionFactory.java ########## @@ -18,13 +18,20 @@ */ package org.apache.pinot.client; +import org.apache.yetus.audience.InterfaceAudience; Review comment: Please use annotations from pinot-common. ---------------------------------------------------------------- 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]
