vishwanthp12 commented on issue #13171:
URL: https://github.com/apache/iceberg/issues/13171#issuecomment-2936928912

   > 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)
   
   thank you, however, this did not work for me


-- 
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]

Reply via email to