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

materialized view data consistency issues #54729

Open
zxf216 opened this issue Jan 6, 2025 · 0 comments
Open

materialized view data consistency issues #54729

zxf216 opened this issue Jan 6, 2025 · 0 comments
Labels
type/bug Something isn't working

Comments

@zxf216
Copy link

zxf216 commented Jan 6, 2025

Steps to reproduce the behavior (Required)

  1. I created a materialized view based on a Hive table. The data in the Hive table is partitioned by day.
  2. When the data in a certain partition of the Hive table has been changed,
  3. the query of the materialized view will not exclude the changed partition, resulting in data consistency issues.

Expected behavior (Required)

When query rewriting is performed, is it possible to exclude the changed partitions in the materialized view and query the partitions of the Hive table data?

Real behavior (Required)

StarRocks version (Required)

  • 3.3.7
@zxf216 zxf216 added the type/bug Something isn't working label Jan 6, 2025
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