creechy opened a new issue, #1113:
URL: https://github.com/apache/iceberg-python/issues/1113

   ### Apache Iceberg version
   
   0.7.1 (latest release)
   
   ### Please describe the bug 🐞
   
   In the Iceberg REST API spec, the load table endpoint can include a `config` 
map with additional properties to configure for when accessing the given table. 
One of these a potential 
[token](https://github.com/apache/iceberg/blob/cd32ec76ecd2866c05185065e4ed7196121de49a/open-api/rest-catalog-open-api.yaml#L2837)
 property in the `LoadTableResult` in a section which states
   
   > [The following configurations should be respected by 
clients](https://github.com/apache/iceberg/blob/cd32ec76ecd2866c05185065e4ed7196121de49a/open-api/rest-catalog-open-api.yaml#L2833)
   
   It doesn't appear that PyIceberg is respecting this property and continues 
to use the original `token` supplied in the catalog configuration request. This 
can lead to incorrect permissions being applied for table operations which in 
some cases could prevent operations from succeeding when they should.
   


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

Reply via email to