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] rename mv base table cause mv rewrite error #54411

Open
even986025158 opened this issue Dec 26, 2024 · 0 comments
Open

[BUG] rename mv base table cause mv rewrite error #54411

even986025158 opened this issue Dec 26, 2024 · 0 comments
Labels
type/bug Something isn't working

Comments

@even986025158
Copy link
Contributor

even986025158 commented Dec 26, 2024

Steps to reproduce the behavior (Required)

  1. create olap table t1;
  2. CREATE MATERIALIZED VIEW mv1 : base table t1;
  3. rename t1 as t1_tmp
  4. create olap table t1;

Expected behavior (Required)

select from t1,the scanNode is t1
select from t1_tmp, the scanNode replace with mv1
show partitions mv1 success

Real behavior (Required)

select from t1,the scanNode replace with mv1
select from t1_tmp, the scanNode is t1_tmp
show partitions mv1 failed,report: getting partition info failed for mv: mv1

StarRocks version (Required)

2.5.12

@even986025158 even986025158 added the type/bug Something isn't working label Dec 26, 2024
@even986025158 even986025158 changed the title rename mv base table cause mv rewrite error 【BUG】rename mv base table cause mv rewrite error Dec 26, 2024
@kevincai kevincai changed the title 【BUG】rename mv base table cause mv rewrite error [BUG] rename mv base table cause mv rewrite error Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant