jshmchenxi opened a new pull request #2648: URL: https://github.com/apache/iceberg/pull/2648
By default the catalog cache is enabled. **In one spark-sql session**, same sql over a changing iceberg table will return the same result even if the table has changed. The reason is that `loadTable` method is cached and we couldn't get latest snapshots of the table. If we turn off the cache, we can always get the latest result within one session. So I think the `cache-enabled` property should be in the docs as it is an important configuration. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
