Re: [QUESTION] RESTTableOperations refresh does not enforce Table UUID check

2025-09-22 Thread Ryan Blue
I think this is probably just an oversight. It would be fine to check that the UUID matches when reloading the table. On Fri, Sep 19, 2025 at 2:21 PM Ma, Limin wrote: > Hi All, > > > > HiveTableOperations (BaseMetastoreTableOperations) does enforce Table UUID > check when refreshing TableMetadat

[QUESTION] RESTTableOperations refresh does not enforce Table UUID check

2025-09-19 Thread Ma, Limin
Hi All, HiveTableOperations (BaseMetastoreTableOperations) does enforce Table UUID check when refreshing TableMetadata https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/BaseMetastoreTableOperations.java#L205 However, RESTTableOperations does not enforce Table UUID