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/06/30 17:43:26 UTC

[GitHub] [iceberg] samredai opened a new pull request, #5169: [Python] Rename the python client to "pyiceberg" and remove the src/ directory

samredai opened a new pull request, #5169:
URL: https://github.com/apache/iceberg/pull/5169

   This renames the python client package from `iceberg` to `pyiceberg` in order to match the pypi name. This also moves the pyiceberg directory up one level and removes the src directory.
   
   cc: @rdblue @danielcweeks @jun-he @dhruv-pratap @Fokko @kbendick @CircArgs @emkornfield @cabhishek @dramaticlly


-- 
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 commented on pull request #5169: [Python] Rename the python client to "pyiceberg" and remove the src/ directory

Posted by GitBox <gi...@apache.org>.
Fokko commented on PR #5169:
URL: https://github.com/apache/iceberg/pull/5169#issuecomment-1171531972

   @samredai I did a few more `grep`'s, and found these:
   ```
   ➜  iceberg git:(pyiceberg) ✗ grep -R "src/" python
   python/pyproject.toml:source = ['src/']
   python/dev/RELEASE.md:git diff src/iceberg/__init__.py
   python/dev/RELEASE.md:git add src/iceberg/__init__.py
   ```
   Can you update those?


-- 
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] samredai commented on pull request #5169: [Python] Rename the python client to "pyiceberg" and remove the src/ directory

Posted by GitBox <gi...@apache.org>.
samredai commented on PR #5169:
URL: https://github.com/apache/iceberg/pull/5169#issuecomment-1171543708

   Thanks @Fokko, fixed!


-- 
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] dhruv-pratap commented on pull request #5169: [Python] Rename the python client to "pyiceberg" and remove the src/ directory

Posted by GitBox <gi...@apache.org>.
dhruv-pratap commented on PR #5169:
URL: https://github.com/apache/iceberg/pull/5169#issuecomment-1171570112

   I think we forgot to clean the src folders and subfolders?


-- 
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] rdblue merged pull request #5169: [Python] Rename the python client to "pyiceberg" and remove the src/ directory

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


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