jt2594838 opened a new pull request, #18079: URL: https://github.com/apache/iotdb/pull/18079
## Summary - Support table deletion with attribute filters by converting matched devices into deletion predicates - Support IS NOT NULL for attribute filters and tag filters - Add a SegmentNotNull TagPredicate for tag IS NOT NULL without device schema fetch - Add integration tests for attribute/tag/time condition combinations and operator coverage ## Tests - mvn spotless:apply -pl iotdb-core/datanode,integration-test -P with-integration-tests - mvn verify -DskipUTs "-Dit.test=IoTDBDeletionTableIT#testDeleteDataByTagIsNotNullFilter" "-DfailIfNoTests=false" "-Dfailsafe.failIfNoSpecifiedTests=false" "-Drat.skip=true" -pl integration-test -am -PTableSimpleIT -P with-integration-tests - mvn verify -DskipUTs "-Dit.test=IoTDBDeletionTableIT#testDeleteDataByAttributeFilterWithOtherOperators" "-DfailIfNoTests=false" "-Dfailsafe.failIfNoSpecifiedTests=false" "-Drat.skip=true" -pl integration-test -am -PTableSimpleIT -P with-integration-tests -- 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]
