This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a commit to branch FixUDTF
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/FixUDTF by this push:
new b279cf0f965 change some comments
b279cf0f965 is described below
commit b279cf0f96569f969bf5ae1321fe3fdda7eb7657
Author: JackieTien97 <[email protected]>
AuthorDate: Mon Aug 25 12:17:35 2025 +0800
change some comments
---
.../java/org/apache/iotdb/db/queryengine/plan/analyze/Analysis.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/analyze/Analysis.java
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/analyze/Analysis.java
index bfef6ad64a0..9235bc35088 100644
---
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/analyze/Analysis.java
+++
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/analyze/Analysis.java
@@ -193,7 +193,8 @@ public class Analysis implements IAnalysis {
// indicates whether DeviceView need special process when rewriteSource in
DistributionPlan,
// you can see SourceRewriter#visitDeviceView to get more information
- // deviceViewSpecialProcess equals true when all Aggregation Functions and
UDTF and DIFF
+ // deviceViewSpecialProcess equals true when all Aggregation Functions and
non-mappable UDTF and
+ // DIFF
private boolean deviceViewSpecialProcess;
/////////////////////////////////////////////////////////////////////////////////////////////////