You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/09/23 16:52:37 UTC

[GitHub] [iceberg] Fokko opened a new pull request, #5843: Python: Add NOTICE to source dist and wheel

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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] Fokko merged pull request #5843: Python: Add NOTICE to source dist and wheel

Posted by GitBox <gi...@apache.org>.
Fokko merged PR #5843:
URL: https://github.com/apache/iceberg/pull/5843


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org