deepthi912 commented on code in PR #13789:
URL: https://github.com/apache/pinot/pull/13789#discussion_r1731894572
##########
pinot-spi/src/main/java/org/apache/pinot/spi/utils/builder/ControllerRequestURLBuilder.java:
##########
@@ -239,6 +239,11 @@ public String forTableReload(String tableName, TableType
tableType, boolean forc
return StringUtil.join("/", _baseUrl, "segments", tableName, query);
}
+ public String forTableNeedReload(String tableNameWithType) {
+ String query = String.format("needReload?verbose=%s", "false");
Review Comment:
Tested for false and true verbose flags. Changed this method
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]