somandal commented on code in PR #16615:
URL: https://github.com/apache/pinot/pull/16615#discussion_r2280007126
##########
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotTableRestletResource.java:
##########
@@ -704,6 +704,8 @@ public RebalanceResult rebalance(
boolean dryRun,
@ApiParam(value = "Whether to enable pre-checks for table, must be in
dry-run mode to enable")
@DefaultValue("false") @QueryParam("preChecks") boolean preChecks,
+ @ApiParam(value = "Whether to disable summary calculation")
+ @DefaultValue("false") @QueryParam("preChecks") boolean disableSummary,
Review Comment:
good catch, fixed
--
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]