matrixone
matrixone copied to clipboard
[Bug]: After creating a temporary table, the table data can be queried in a new session
Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
Environment
- Version or commit-id (e.g. v0.1.0 or 8b23a93):
- Hardware parameters:
- OS type:
- Others:
Actual Behavior
session1:
session2:

Expected Behavior
No response
Steps to Reproduce
create temporary table jtable(a int);
insert into jtable values(2);
select * from jtable;
Additional information
No response