GuoYu

Results 3 issues of GuoYu

when constructing an asynchronous materialized view with Iceberg as an external table and updating partitions manually, the performance and efficiency are much slower than direct queries. From the logs, it...

type/bug
sig/materialized view

In https://github.com/apache/iceberg/issues/13338 , I think the main reason here is that the table metadata has not been updated yet. The `leftTable.refresh()` in the code can be called earlier, and a...

flink

This PR aims to add support for deleting orphan files in TableMaintenance for Flink. The relevant design document can be found at https://docs.google.com/document/d/16g3vR18mVBy8jbFaLjf2JwAANuYOmIwr15yDDxovdnA/edit?tab=t.0#heading=h.qirf2hu9bhwb

spark
core
flink