apache / datafusion-comet

Apache DataFusion Comet Spark Accelerator
https://datafusion.apache.org/comet
Apache License 2.0
547 stars 105 forks source link

chore: Create initial release process scripts for official ASF source release #429

Open andygrove opened 2 weeks ago

andygrove commented 2 weeks ago

Which issue does this PR close?

Part of https://github.com/apache/datafusion-comet/issues/394

Rationale for this change

We need to establish the basic ASF release process

What changes are included in this PR?

How are these changes tested?

They are not tested yet. I will test them prior to our first release.

andygrove commented 2 weeks ago

@snmvaughan @parthchandra please review when you have the time

andygrove commented 2 weeks ago

Hmm, I think this is for publishing cargo package. But I think Comet should be released as a maven package at maven repository? So users can simply add Comet as a dependency in their pom file?

It depends whether we want to allow other Rust projects to be able to use the Spark-compatible expressions that we are implementing, outside of the Comet/Spark integration.

The maven release will be needed for sure.

andygrove commented 2 weeks ago

Hmm, I think this is for publishing cargo package. But I think Comet should be released as a maven package at maven repository? So users can simply add Comet as a dependency in their pom file?

Also, regardless of whether we choose to publish the crate or not, I think it is better to not use the name of an existing crate, and good to have the author information be consistent with other DataFusion crates.