adarshsanjeev commented on code in PR #13205:
URL: https://github.com/apache/druid/pull/13205#discussion_r1025073432


##########
extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/indexing/ControllerChatHandler.java:
##########
@@ -58,24 +59,25 @@ public ControllerChatHandler(TaskToolbox toolbox, 
Controller controller)
   }
 
   /**
-   * Used by subtasks to post {@link ClusterByStatisticsSnapshot} for 
shuffling stages.
+   * Used by subtasks to post {@link PartialKeyStatisticsInformation} for 
shuffling stages.
    *
-   * See {@link ControllerClient#postKeyStatistics} for the client-side code 
that calls this API.
+   * See {@link ControllerClient#postPartialKeyStatistics(StageId, int, 
PartialKeyStatisticsInformation)}
+   * for the client-side code that calls this API.
    */
   @POST
-  @Path("/keyStatistics/{queryId}/{stageNumber}/{workerNumber}")
+  @Path("/partialKeyStatistics/{queryId}/{stageNumber}/{workerNumber}")

Review Comment:
   Added a release notes section.



-- 
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]

Reply via email to