Caideyipi opened a new pull request, #18016:
URL: https://github.com/apache/iotdb/pull/18016

   ## Summary
   - allow legacy `source.pattern` / `source.path` and new 
`*.pattern.inclusion` / `*.path.inclusion` keys to contribute to the same 
tree-pattern inclusion set
   - add `source.path.inclusion` / `extractor.path.inclusion` constants and 
include them in tree-capture validation and TSFile parser memory checks
   - remove the legacy single-pattern restriction and add focused parsing tests
   
   ## Tests
   - `mvn spotless:apply -pl iotdb-core/node-commons,iotdb-core/datanode`
   - `mvn -pl iotdb-core/node-commons -Dtest=TreePatternParseTest test`
   
   Note: `mvn -pl iotdb-core/node-commons,iotdb-core/datanode 
-Dtest=TreePatternPruningTest -DfailIfNoTests=false 
-Dsurefire.failIfNoSpecifiedTests=false test` currently fails before running 
the datanode test because generated `ModeAccumulator` sources cannot compile 
(`org.apache.commons.collections4.comparators.ComparatorChain` missing and 
`IoTDBConfig#getModeMapSizeThreshold()` missing).


-- 
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]

Reply via email to