raghavyadav01 commented on code in PR #14945:
URL: https://github.com/apache/pinot/pull/14945#discussion_r1939932226
##########
pinot-plugins/pinot-timeseries-lang/pinot-timeseries-m3ql/src/main/java/org/apache/pinot/tsdb/m3ql/M3TimeSeriesPlanner.java:
##########
@@ -78,7 +80,8 @@ public BaseTimeSeriesPlanNode
planQuery(RangeTimeSeriesRequest request) {
switch (command) {
case "fetch":
List<String> tokens = commands.get(commandId).subList(1,
commands.get(commandId).size());
- currentNode = handleFetchNode(planIdGenerator.generateId(), tokens,
children, aggInfo, groupByColumns);
+ currentNode = handleFetchNode(planIdGenerator.generateId(), tokens,
children, aggInfo, groupByColumns,
Review Comment:
Is this the change for promQL to pass request param in the leaf stage?
--
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]