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]: The error message is incorrect. #16108

Closed
1 task done
Ariznawlll opened this issue May 14, 2024 · 2 comments
Closed
1 task done

[Bug]: The error message is incorrect. #16108

Ariznawlll opened this issue May 14, 2024 · 2 comments
Assignees
Labels
kind/bug Something isn't working needs-triage phase/testing severity/s1 High impact: Logical errors or data errors that must occur
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

4257dc6

Other Environment Information

- Hardware parameters:
- OS type:
- Others:

Actual Behavior

image

Expected Behavior

应该报错表不存在.

Steps to Reproduce

create database test;
use test;
create table table01(col1 int);
insert into table01 values(1);
drop table table01;
create snapshot sp02;

restore account sys database test table table01 from snapshot sp02; -->出错位置

Additional information

No response

@Ariznawlll Ariznawlll added kind/bug Something isn't working needs-triage severity/s1 High impact: Logical errors or data errors that must occur labels May 14, 2024
@Ariznawlll Ariznawlll added this to the 1.2.0 milestone May 14, 2024
@aressu1985 aressu1985 modified the milestones: 1.2.0, 1.2.1 May 15, 2024
@YANGGMM
Copy link
Contributor

YANGGMM commented May 23, 2024

fixed

@Ariznawlll
Copy link
Contributor Author

commit:0a99a7a5fc08c9927172bc34fd5089fe8538e4ea

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/s1 High impact: Logical errors or data errors that must occur
Projects
None yet
Development

No branches or pull requests

4 participants