You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a materialized view based on a Hive table. The data in the Hive table is partitioned by day.
When the data in a certain partition of the Hive table has been changed,
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
The text was updated successfully, but these errors were encountered:
Steps to reproduce the behavior (Required)
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)
The text was updated successfully, but these errors were encountered: