Jackie-Jiang commented on code in PR #11587:
URL: https://github.com/apache/pinot/pull/11587#discussion_r1325063450


##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/QueryRunner.java:
##########
@@ -149,13 +150,14 @@ public void shutDown() {
    * <p>This execution entry point should be asynchronously called by the 
request handler and caller should not wait
    * for results/exceptions.</p>
    */
-  public void processQuery(DistributedStagePlan distributedStagePlan, 
Map<String, String> requestMetadata) {
+  public void processQuery(DistributedStagePlan distributedStagePlan, 
Map<String, String> requestMetadataOriginal) {
+    Map<String, String> requestMetadata = consolidateMetadata(

Review Comment:
   We can actually call it `opChainMetadata`. We can call this method after 
reading the `requestId` and `timeoutMs` for clarity because that is always at 
request level



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