Caideyipi opened a new pull request, #18002: URL: https://github.com/apache/iotdb/pull/18002
## Description This PR fixes two small Pipe issues: - Corrects the delete and schema.delete inclusion aliases to use the legal option schema.timeseries.ordinary.drop instead of the nonexistent schema.timeseries.ordinary.delete. - Uses ConcurrentHashMap for DataNode pipe processor/sink metric task registries, matching the existing concurrent metric map usage and avoiding unsynchronized access during metric bind/unbind and task register/deregister. ## Tests - mvn -Ddevelocity.off=true -pl iotdb-core/node-commons -Dtest=PipeInclusionOptionsTest test - mvn -Ddevelocity.off=true -pl iotdb-core/node-commons,iotdb-core/datanode spotless:apply - git diff --check -- 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]
