kaijiezhang0319 opened a new issue, #8143:
URL: https://github.com/apache/iceberg/issues/8143
### Query engine
Spark 3.2
### Question
I am using Spark 3.2 load data from a iceberg materialized views which
reference a iceberg table. what i find is : initially the iceberg table has 2
records, the view also has 2 records since it reference the table. Then new
record go to the table, i can find that the iceberg table refreshed which get 3
records total, however seems the materialized views NOT refreshed and still
keep in 2 records.
It seems we have to reload the view, otherwise it keep in old status.
i want to know, is there any cache logic in iceberg internally so the
materialized views NOT refreshed to get the latest snapshot from the iceberg
table ? is there any way that we can auto refresh for the materialized view
instead of reload it every time. thanks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]