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

[Bug]: create a table and insert data, then create a snapshot, then insert data, the result of select * is incorrect. #15953

Closed
1 task done
Ariznawlll opened this issue May 9, 2024 · 3 comments
Assignees
Labels
kind/bug Something isn't working needs-triage phase/testing severity/s0 Extreme impact: Cause the application to break down and seriously affect the use
Milestone

Comments

@Ariznawlll
Copy link
Contributor

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Branch Name

main

Commit ID

44a4d5e

Other Environment Information

- Hardware parameters:
- OS type:
- Others:

Actual Behavior

image

Expected Behavior

第一次执行结果 :1

Steps to Reproduce

drop table if exists test01;
create table test01(col1 int, col2 char);
insert into test01 values(1,2);

drop snapshot if exists sp01;
create snapshot sp01 for account sys;
select * from test01{snapshot = 'sp01'};   -->第一次执行是null,多执行几次就正常了

Additional information

No response

@Ariznawlll Ariznawlll added kind/bug Something isn't working needs-triage severity/s0 Extreme impact: Cause the application to break down and seriously affect the use labels May 9, 2024
@Ariznawlll Ariznawlll added this to the 1.2.0 milestone May 9, 2024
@daviszhen daviszhen assigned YANGGMM and unassigned matrix-meow May 9, 2024
@triump2020
Copy link
Contributor

duplicate with #15907

@triump2020
Copy link
Contributor

@Ariznawlll Fixed.

@Ariznawlll
Copy link
Contributor Author

commit :4d44f7247b8f480013f21cfd5758a59abf739cd7

image

verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working needs-triage phase/testing severity/s0 Extreme impact: Cause the application to break down and seriously affect the use
Projects
None yet
Development

No branches or pull requests

4 participants