Fokko opened a new pull request, #5843:
URL: https://github.com/apache/iceberg/pull/5843
```
➜ python git:(master) ✗ poetry build
Building pyiceberg (0.1.0.dev0)
- Building sdist
- Built pyiceberg-0.1.0.dev0.tar.gz
- Building wheel
- Built pyiceberg-0.1.0.dev0-py3-none-any.whl
➜ python git:(master) ✗ cd dist
➜ dist git:(master) ✗ tar -xf pyiceberg-0.1.0.tar.gz
tar: Error opening archive: Failed to open 'pyiceberg-0.1.0.tar.gz'
➜ dist git:(master) ✗ tar -xf pyiceberg-0.1.0.dev0.tar.gz
➜ dist git:(master) ✗ cd pyiceberg-0.1.0.dev0
➜ pyiceberg-0.1.0.dev0 git:(master) ✗ ls -lah | grep -i notice
-rw-r--r-- 1 fokkodriesprong staff 251B Jun 14 21:52 NOTICE
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]