You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/05/12 02:54:58 UTC

[GitHub] [iotdb] JackieTien97 commented on a diff in pull request #5858: [IOTDB-3079] Implememtation of complete LogicalPlanner

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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org