SteveYurongSu commented on code in PR #11998:
URL: https://github.com/apache/iotdb/pull/11998#discussion_r1540583001
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/schemaengine/schemaregion/mtree/traverser/Traverser.java:
##########
@@ -155,17 +156,17 @@ private N getChild(N parent, String childName, boolean
skipTemplateChildren)
} else {
if (templateMap != null
&& !skipTemplateChildren
- && !templateMap.isEmpty() // this task will cover some timeseries
represented by template
+ && !templateMap.isEmpty() // Rhis task will cover some timeseries
represented by template
&& (parent.isDevice()
&& parent.getAsDeviceMNode().getSchemaTemplateId()
- != NON_TEMPLATE) // the device is using template
+ != NON_TEMPLATE) // Rhe device is using template
Review Comment:
...
--
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]