ankitsultana commented on code in PR #14426:
URL: https://github.com/apache/pinot/pull/14426#discussion_r1837315362


##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/QueryRunner.java:
##########
@@ -415,4 +399,31 @@ private PlanNode substituteNode(PlanNode node, 
Map<PlanNode, ? extends PlanNode>
       return node;
     }
   }
+
+  // Time series related utility methods below

Review Comment:
   Moved the two existing methods here to make it easy to read.
   
   Added the new `extractTimeoutMs` method too.



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