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

chore: Change maven group id from org.apache.comet to org.apache.datafusion.comet #278

Closed
wants to merge 1 commit into from

Conversation

andygrove
Copy link
Member

Which issue does this PR close?

N/A

Rationale for this change

The Maven group ID of org.apache.comet implies that Comet is a top-level Apache project, and this could cause confusion.

What changes are included in this PR?

Change the group ID to org.apache.datafusion.comet to reflect the fact that Comet is a subproject of the Apache DataFusion top-level project (at least, it will be in the next week or so).

We should also change the Java package names, but I would prefer that we do this as a separate PR.

How are these changes tested?

Existing tests.

@andygrove
Copy link
Member Author

@snmvaughan fyi

@sunchao
Copy link
Member

sunchao commented Apr 19, 2024

I don't have strong opinion on this. It does mean, however, if Comet becomes a top-level project in future, we'd do a costly renaming again which could affect users of the library.

Copy link
Contributor

@comphead comphead left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm thanks @andygrove

@parthchandra
Copy link
Contributor

Are we planning to rename the package names as well?

@viirya
Copy link
Member

viirya commented Apr 20, 2024

Are we planning to rename the package names as well?

I don't think it is really necessary though, but not a strong opinion.

@andygrove
Copy link
Member Author

I am going to backtrack on this and close this issue.

If we are clear about the project's goals to one day graduate from the Apache DataFusion project, then I think it is fine to use org.apache.comet for package names and keep the current maven packaging. This would match what the Apache Gluten(incubating) project is doing.

Thanks for the reviews and feedback.

@andygrove andygrove closed this Apr 21, 2024
@andygrove andygrove deleted the change-maven-group-id branch December 3, 2024 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants