Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

多子表查询数会出现已删除的数据 #27937

Closed
Miracle1003 opened this issue Sep 18, 2024 · 2 comments
Closed

多子表查询数会出现已删除的数据 #27937

Miracle1003 opened this issue Sep 18, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Miracle1003
Copy link

执行完删除操作后,进行单子表查询的时候不会出现已删除数据,但是当通过超级表查询多子表的时候会出现已经删除过的数据。
超级表vibration_ts,标签列为:data_type、sensor_id。

@Miracle1003 Miracle1003 added the bug Something isn't working label Sep 18, 2024
@Miracle1003
Copy link
Author

无问题sql: select * from vibration_ts where sensor_id in (821);
有问题sql: select * from vibration_ts where sensor_id in (821,839);

@yu285
Copy link
Contributor

yu285 commented Oct 9, 2024

该问题已经在最新版3.3.3.0修复,麻烦升级验证,如果验证遇到问题,请联系a1565223354

@yu285 yu285 closed this as completed Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants