andygrove opened a new pull request, #5242:
URL: https://github.com/apache/datafusion-comet/pull/5242

   ## Which issue does this PR close?
   
   N/A - release process task (the ["Update Version in 
main"](https://github.com/apache/datafusion-comet/blob/main/docs/source/contributor-guide/release_process.md#update-version-in-main)
 step).
   
   Supersedes #5126, which was based on a now-stale `main` (it predates the 
Spark 3.5.9 / 4.0.4 / 4.1.3 bumps, so it edits diff files that no longer exist 
under those names).
   
   ## Rationale for this change
   
   `branch-1.0` has been cut, so `main` should move on to the next development 
version.
   
   ## What changes are included in this PR?
   
   Per the release process documentation:
   
   - Maven version `1.0.0-SNAPSHOT` -> `1.1.0-SNAPSHOT` in `pom.xml`, 
`common/pom.xml`, `spark/pom.xml`, and `spark-integration/pom.xml`
   - `<comet.version>` in the Spark test diffs (`dev/diffs/3.4.3.diff`, 
`3.5.9.diff`, `4.0.4.diff`, `4.1.3.diff`)
   - `comet` Gradle version catalog entry in the Iceberg test diffs 
(`dev/diffs/iceberg/1.8.1.diff`, `1.9.1.diff`, `1.10.0.diff`, `1.11.0.diff`)
   - Rust crate version `1.0.0` -> `1.1.0` in `native/Cargo.toml`, with 
`native/Cargo.lock` regenerated via `cargo update --workspace` (only the six 
workspace crate versions change; no dependency versions move)
   
   ## How are these changes tested?
   
   `git grep -n '1.0.0-SNAPSHOT' -- . ':!docs/source/changelog'` returns no 
hits, `./mvnw validate` passes, and `cargo metadata --offline` confirms the 
lockfile is consistent with the bumped manifests. Otherwise existing CI: the 
Spark SQL and Iceberg test workflows apply the updated diffs and build against 
the new version.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to