Caideyipi commented on code in PR #16575:
URL: https://github.com/apache/iotdb/pull/16575#discussion_r2431622022
##########
iotdb-core/confignode/src/test/java/org/apache/iotdb/confignode/manager/pipe/source/PipeConfigPhysicalPlanTreePatternParseVisitorTest.java:
##########
@@ -54,8 +55,10 @@
public class PipeConfigPhysicalPlanTreePatternParseVisitorTest {
- private final IoTDBTreePattern prefixPathPattern = new
IoTDBTreePattern("root.db.device.**");
- private final IoTDBTreePattern fullPathPattern = new
IoTDBTreePattern("root.db.device.s1");
+ private final UnionIoTDBTreePattern prefixPathPattern =
+ new UnionIoTDBTreePattern(new IoTDBTreePattern("root.db.device.**"));
+ private final UnionIoTDBTreePattern fullPathPattern =
+ new UnionIoTDBTreePattern(new IoTDBTreePattern("root.db.device.s1"));
Review Comment:
same, s2
--
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]