timsaucer opened a new issue, #1533: URL: https://github.com/apache/datafusion-python/issues/1533
## Context Tracking issue for 54.0.0 release. PR #1532 pre-revved deps to upstream `main` (rev `3d06bedc`), bumped version to `54.0.0`, fixed breakage, and landed trivial `check-upstream` wins. Non-trivial audit follow-ups live in [`dev/release/df-54-followups.md`](../blob/main/dev/release/df-54-followups.md) and do not block this release. Once upstream `datafusion 54.0.0` ships on crates.io, redo the full sync + release sequence — the GA tag may differ from the pinned `main` commit. ## Upstream sync (per [`dev/release/upstream-sync.md`](../blob/main/dev/release/upstream-sync.md)) - [ ] **PR A:** Repin `Cargo.toml` from `git`/`rev` back to `version = "54"`. `cargo update` the datafusion family only. Build/test/lint; fix any deltas vs. the pinned rev. - [ ] **PR B:** `cargo tree --duplicates` — reconcile `arrow`/`object_store`/`parquet`/`tokio`/`arrow-flight`. - [ ] **PR C:** Re-run `/check-upstream`, optionally `/make-pythonic`, then `/audit-skill-md`. Apply edits to `SKILL.md` + `docs/source/user-guide/common-operations/*.rst`. ## Release (per [`dev/release/README.md`](../blob/main/dev/release/README.md)) - [ ] Confirm `main` has no `git = "..."` deps; cut `branch-54` and push to `apache`. - [ ] Generate `dev/changelog/54.0.0.md` via `generate-changelog.py 53.0.0 HEAD 54.0.0`. - [ ] Tag `54.0.0-rc1`; run `create-tarball.sh 54.0.0 1`; upload wheels + sdist to testpypi. - [ ] Run "Verify Release Candidate" workflow across the OS/arch matrix; send vote email. - [ ] On pass: `release-tarball.sh`, `cargo publish --workspace`, twine upload to pypi, push `54.0.0` tag, register at Apache Reporter as `DATAFUSION-PYTHON-54.0.0`. - [ ] Delete old RCs + 53.0.0 release from svn; reset `main` to GitHub deps. ## References - PR #1532 — pre-rev + compile fixes + trivial audit wins. - [`df-54-followups.md`](../blob/main/dev/release/df-54-followups.md) — deferred non-blockers. - #1442 — prior release tracker shape. -- 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]
