You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
…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]>
…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]>
…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]>
What would you like to be improved?
gravitino
intoapache_gravitino
, so its auto generatedegg_info
has also been renamed, and theclean
task still remains previous package name.How should we improve?
clean
task inbuild.gradle.kts
inclient-python
The text was updated successfully, but these errors were encountered: