walterddr commented on code in PR #8545: URL: https://github.com/apache/pinot/pull/8545#discussion_r850780320
########## pinot-common/src/main/java/org/apache/pinot/common/controller/ControllerRequestClient.java: ########## @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.pinot.controller.helix; +package org.apache.pinot.common.controller; Review Comment: oh i see. in this case we should move `common.utils.http.HttpClient` to `common.http.HttpClient` as well. since the `common.http` package is already there. (sorry for missing this in previous PRs) -- 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. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org