JackieTien97 commented on code in PR #7270:
URL: https://github.com/apache/iotdb/pull/7270#discussion_r972584392
##########
node-commons/src/main/java/org/apache/iotdb/commons/path/PathPatternTree.java:
##########
@@ -142,7 +141,7 @@ public List<String> getAllDevicePatterns() {
}
private void searchDevicePattern(
- PathPatternNode curNode, List<String> nodes, Set<String> results) {
+ PathPatternNode<Void> curNode, List<String> nodes, Set<String> results) {
Review Comment:
You can discuss with @liuminghui233 and @MarcosZyk about it, I think it's a
bug in previous implementation, and can be fixed by the way in this pr.
--
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]