JackieTien97 commented on code in PR #5858:
URL: https://github.com/apache/iotdb/pull/5858#discussion_r870897918


##########
server/src/main/java/org/apache/iotdb/db/mpp/plan/planner/LocalExecutionPlanner.java:
##########
@@ -138,10 +138,12 @@ public static LocalExecutionPlanner getInstance() {
   public DataDriver plan(
       PlanNode plan,
       TypeProvider types,
+      Map<String, List<Integer>> deviceToMeasurementIndexesMap,

Review Comment:
   You could put this field into DeviceMergeNode.



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

Reply via email to