-
Notifications
You must be signed in to change notification settings - Fork 161
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
Plan Comet 0.1.0 Release #369
Comments
I think this is good requirement for the first release
TPC-H for sure. TPC-DS may be a stretch goal. |
One benefit of creating a release is that it is a good opportunity to write a blog post to announce the release and provide an update on the status of the project, and try and encourage more people to contribute. It can also demonstrate the momentum that the project has. I suppose I am now making an argument against waiting until we have great benchmark results before making the first release. I would be interested to hear opinions on this. |
I propose that we create the 0.1.0 source release as soon as we have upated the project to use the upcoming DataFusion 39.0.0 release which should be avalable around June 10. |
+1. But we may need new arrow-rs release 52.0.0 too. Will it be released before DataFusion 39.0.0? |
Here is the tracking issue for arrow-rs 52: apache/arrow-rs#5688 It should be available next week. I updated the DataFusion 39 release issue to add this to the prerequisites for the release: apache/datafusion#10517 |
I created a Google doc for the community to collaborate on a blog post announcing the release: https://docs.google.com/document/d/1rnxnbi66oFr5B-OTUxtpi9pnifOxNkmvOVIRTN0BfhY/edit?usp=sharing |
I think this is great news. Some blocking issues are already listed in the issue content. One issue that popped out of my mind is what about binary releases, especially publishing comet jar into Maven central? |
We plan to do binary release, although it might not be able to catch up the 0.1.0 source release. Publishing to Maven repo needs more works to do. Comet involves native code, so it becomes more complicated than pure Java/Scala projects. We need to include pre-built binaries for different platforms in the published jar. |
I assume the source release will tag the repo with a |
Yes, absolutely. We (or anyone) can choose to release binary artifacts from the source release or the tag in the repo. ASF does not have any special involvement in that. |
I created a milestone where we can track the priority issues for the 0.1.0 release https://github.com/apache/datafusion-comet/milestone/1 |
I think we are on the same page.
yes, it might be a bit complicated. But I think the rust toolchain has done an excellent job of cross compiling. If I'm not wrong, the Makefile in this repo already has
Of course, that could be an option. However, a maven artifact should be the convenient/easy way for people in the JVM echosystem. |
I think we are getting close to being able to release 0.1.0 now that we are using an official DataFusion release again (or will be in a few days when DF 40 is released to crates.io). There a few remaining issues in the 0.1.0 milestone, the most important ones (IMO) being: @parthchandra @viirya is there anything else that you think we need to address for the first source release? |
No. I think the above two issues are most notable at the moment. |
I think this is good. |
@viirya @parthchandra I no longer think that it is critical to fix #387 before we release, because users can already enable shuffle, so this is just a config change from user point of view. If there are no objections, I will plan on creating 0.1.0-rc1 next week, after review documentation to make sure all known issues are documented. |
+1 |
Agreed |
What is the problem the feature request solves?
During the Comet public meeting this morning, there were questions about when the first official release would be. We do not really have an answer to that yet, but we can use this issue to discuss it.
Here are some ideas for milestones that we may want to achieve before creating an official source release (note that we do not necessarily need to create binary releases right away).
Nice to have:
Post-release items:
Describe the potential solution
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: