haoyuebju2 opened a new issue, #15846: URL: https://github.com/apache/iotdb/issues/15846
### Search before asking - [x] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version IoTDB 0.13.4 and IoTDB 2.0.3 均为单机版 ### Describe the bug and provide the minimal reproduce step 服务端日志 `2025-06-30 17:24:42,521 [pool-16-IoTDB-RPC-Client-4] INFO o.a.i.d.q.e.PlanExecutor:1380 - delete data from [root.CME.ES.ES2509.tick] in [1751126400000,9223372036854775807] 2025-06-30 17:24:43,746 [pool-16-IoTDB-RPC-Client-4] INFO o.a.i.d.q.e.PlanExecutor:1380 - delete data from [root.CME.ES.ES2509.tick] in [1751126400000,9223372036854775807]` 客户端信息 `IoTDB> delete from root.CME.ES.ES2509.tick where time >= 2025-06-29T15:31:00; Msg: The statement is executed successfully.` ### What did you expect to see? 希望看到2025-06-29T15:31:00之后的数据被删除 ### What did you see instead? 但实际查询的时候,2025-06-29T15:31:00之后的数据仍在 ### Anything else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
