apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://datastrato.ai/docs/
Apache License 2.0
681 stars 208 forks source link

Update the package name to use `org.apache.gravitino` #4036

Open jerryshao opened 4 days ago

rich7420 commented 4 days ago

I’m interested in working on this issue. Can you please provide more details about this issue?

jerryshao commented 4 days ago

The current package name is "com.datastrato.gravitino.xxx", we need to change to "org.apache.gravitino.xxx" in everywhere, like java/python code, scripts, documents.

rich7420 commented 4 days ago

@jerryshao Ok, Can I assign this issue?

jerryshao commented 4 days ago

You can go ahead, after the PR is merged, I will assign the issue to you.

rich7420 commented 4 days ago

No problem. thank you for your feedback.

rich7420 commented 3 days ago

@jerryshao hello , after I changed all the "com.datastrato.gravitino.xxx" to "org.apache.gravitino.xxx" , it came out when I ran ./gradlew build . What can I improve this? Snipaste_2024-07-03_22-23-55

jerryshao commented 3 days ago

I think you should grep all the file contents as well as the file name to see if it is modified. You must miss something, for example like service loader file.

yuqi1129 commented 3 days ago

@rich7420 If the issue still persists, please push your branch to Github and we will help to check it.

rich7420 commented 3 days ago

@yuqi1129 Ok! Thank you for your feedback.