Jing-Wei Lu

Results 2 issues of Jing-Wei Lu

## Description * Move the logic to check if the new table location is empty to catalog level. The default behavior is the same as before this PR, which each...

cla-signed
iceberg

[TrinoHiveCatalog uses CachingHiveMetastore](https://github.com/trinodb/trino/blob/f8d373f74b643be880d9f8c395dafb1c380e3e88/plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/catalog/hms/TrinoHiveCatalog.java#L135) which allows caching of the results for the methods in `TrinoCatalog`, reducing the RPC to the metastore server. The other catalog types could benefit from a similar...