Closed trikker closed 4 months ago
We have marked this issue as stale because it has been inactive for 6 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to StarRocks!
Steps to reproduce the behavior (Required)
MySQL create table and insert records:
starrocks create jdbc catalog:
starrocks create mv based on the previous MySQL tables:
Above is all ok, then after I inserted new records to MySQL, I found starrocks cannot refresh mv.
MySQL inserted new records:
Wait for a few minutes, Starrocks information_schema showed that mv has been refreshed successfully but I found the data was still old.
Even if I refreshed the mv manually, it's data is still old.
Query MySQL again:
The query SQL in starrocks returned old data too because it has been rewrote to use the mv.
After I drop the mv, the query returns the correct data.
Expected behavior (Required)
The mv data should be refreshed correctly.
Real behavior (Required)
The mv data was not refreshed actually but information_schema.task_runs showed it did.
StarRocks version (Required)