netapp-acheng commented on issue #3617:
URL: https://github.com/apache/polaris/issues/3617#issuecomment-3824907756

   @MonkeyCanCode I found it confusing about this:
   Using the same spark-shell config and in same spark-shell session, the 
create table correctly use the temporary credential + STS token to PUT the 
metadata.json
   200 PUT /ns1/table1/metadata/...metadata.json
   
   When insert data into the table, spark is using the static credential to PUT 
the parquet.
   403 PUT /ns1/table1/data/...parquet
   
   I am not Spark or iceberg table expert, may be these 2 operations are using 
very different IO path. 
   


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

Reply via email to