RussellSpitzer commented on issue #2447: URL: https://github.com/apache/iceberg/issues/2447#issuecomment-816636815
Spark uses a caching catalog to prevent the client from using the same table multiple times in the same query and getting different results. The catalog only updates the pointer when Spark is the framework that modifies the table. If you want the latest data as changed by another framework you can use 'refresh table' to update the table reference. -- 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]
