RussellSpitzer commented on issue #13171: URL: https://github.com/apache/iceberg/issues/13171#issuecomment-2920197951
The command is "REFRESH TABLE", it's not a Iceberg specific procedure, just a generic Spark function. That said if you want every table load to check the catalog you can disable the Spark Catalog Cache, https://iceberg.apache.org/docs/latest/spark-configuration/#catalog-configuration spark.sql.catalog.catalog-name.cache-enabled | true or false | Whether to enable catalog cache, default value is true -- | -- | -- spark.sql.catalog.catalog-name.cache.expiration-interval-ms | 30000 (30 seconds) | Duration after which cached catalog entries are expired; Only effective if cache-enabled is true. -1 disables cache expiration and 0 disables caching entirely, irrespective of cache-enabled. Default is 30000 (30 seconds) -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org