Caideyipi commented on code in PR #11720:
URL: https://github.com/apache/iotdb/pull/11720#discussion_r1426544815
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/extractor/IoTDBDataRegionExtractor.java:
##########
@@ -84,6 +88,14 @@ public IoTDBDataRegionExtractor() {
@Override
public void validate(PipeParameterValidator validator) throws Exception {
+ // Check whether the pattern is legal
+ PathUtils.isLegalPath(
Review Comment:
A legal prefix may not be a legal path.. Such as root.adc.1, can match
root.adc.1ts
--
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]