Fokko commented on issue #6397:
URL: https://github.com/apache/iceberg/issues/6397#issuecomment-1346548075

   > It seems that it only works on Python >= 3.9.8. There's some bugfix on 
Protocols in the [release 
notes](https://docs.python.org/release/3.9.8/whatsnew/changelog.html) that 
might ring a bell with you?
   
   Great catch! I wasn't aware of this! 
   
   The failed tests on Docker are because there is a single user in Docker. In 
the test, we create a file and then change the permissions in such a way that 
we don't have read permissions. However, if you run it in Docker, you're root, 
so the test doesn't work. We can either introduce another user in Docker, or 
mock the call to the filesystem. 


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

Reply via email to