Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement] Delete egg-info directory due to Python package renamed #4803

Closed
noidname01 opened this issue Aug 30, 2024 · 0 comments · Fixed by #4821
Closed

[Improvement] Delete egg-info directory due to Python package renamed #4803

noidname01 opened this issue Aug 30, 2024 · 0 comments · Fixed by #4821
Assignees
Labels
improvement Improvements on everything

Comments

@noidname01
Copy link
Collaborator

What would you like to be improved?

  • Our Python package has been renamed from gravitino into apache_gravitino, so its auto generated egg_info has also been renamed, and the clean task still remains previous package name.

How should we improve?

  • Modify the clean task in build.gradle.kts in client-python
@noidname01 noidname01 added the improvement Improvements on everything label Aug 30, 2024
jerryshao pushed a commit that referenced this issue Aug 30, 2024
…Python package renamed improvement (#4821)

### What changes were proposed in this pull request?

* Modify `clean` task to delete `apache_gravitino.egg_info`

### Why are the changes needed?

Fix: #4803 

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

./gradlew client:client-python:clean

Co-authored-by: TimWang <[email protected]>
github-actions bot pushed a commit that referenced this issue Aug 30, 2024
…Python package renamed improvement (#4821)

### What changes were proposed in this pull request?

* Modify `clean` task to delete `apache_gravitino.egg_info`

### Why are the changes needed?

Fix: #4803 

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

./gradlew client:client-python:clean

Co-authored-by: TimWang <[email protected]>
jerryshao pushed a commit that referenced this issue Aug 30, 2024
…Python package renamed improvement (#4825)

### What changes were proposed in this pull request?

* Modify `clean` task to delete `apache_gravitino.egg_info`

### Why are the changes needed?

Fix: #4803 

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

./gradlew client:client-python:clean

Co-authored-by: noidname01 <[email protected]>
Co-authored-by: TimWang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvements on everything
Projects
None yet
2 participants