This is an automated email from the ASF dual-hosted git repository.

chenyz pushed a commit to branch builtin-udtf
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 8630cb6fabd8ded07430279e4b84ce204c070521
Author: Chen YZ <[email protected]>
AuthorDate: Wed Mar 19 16:11:35 2025 +0800

    Save
---
 .../relational/planner/distribute/TableDistributedPlanGenerator.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/planner/distribute/TableDistributedPlanGenerator.java
 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/planner/distribute/TableDistributedPlanGenerator.java
index 77ca8ea377e..cb279807d5a 100644
--- 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/planner/distribute/TableDistributedPlanGenerator.java
+++ 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/planner/distribute/TableDistributedPlanGenerator.java
@@ -309,7 +309,7 @@ public class TableDistributedPlanGenerator
                     false,
                     node.getPartitionKeyCount() - 1);
             result.add(subSortNode);
-            nodeOrderingMap.put(subSortNode.getPlanNodeId(), 
subSortNode.getOrderingScheme());
+            // should not set nodeOrderingMap here
           }
         }
         return result;

Reply via email to