eric-maynard opened a new pull request, #11194: URL: https://github.com/apache/iceberg/pull/11194
In PyIceberg, calling `refresh` on a table [always updates the metadata](https://github.com/apache/iceberg-python/blob/620ad9f64307193ec0d26846b48f4e063b5da904/pyiceberg/table/__init__.py#L803). This behavior seems more intuitive, since the user would expect the metadata to be refreshed regardless of whether or not the metadata location has changed. In the case that the metadata contains credentials which can expire, this current behavior will cause the credentials to never refresh. -- 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