fx19880617 commented on a change in pull request #6396: URL: https://github.com/apache/incubator-pinot/pull/6396#discussion_r552977306
########## File path: pinot-controller/src/main/java/org/apache/pinot/controller/helix/ControllerRequestURLBuilder.java ########## @@ -211,6 +211,9 @@ public String forTableView(String tableName, String view, @Nullable String table } return url; } + public String forTableSchemaGet(String tableName) { + return StringUtil.join("/", _baseUrl, "tables", tableName, "schema"); Review comment: I feel it should be `/` since it's for constructing URL, not filesystem path. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org