Skip to content

docs: Automatically update DataFusion version in docs#20001

Merged
Jefffrey merged 4 commits intoapache:mainfrom
nuno-faria:docs_datafusion_version
Jan 29, 2026
Merged

docs: Automatically update DataFusion version in docs#20001
Jefffrey merged 4 commits intoapache:mainfrom
nuno-faria:docs_datafusion_version

Conversation

@nuno-faria
Copy link
Copy Markdown
Contributor

Which issue does this PR close?

  • N/A.

Rationale for this change

I was looking at the download page (https://datafusion.apache.org/download.html) when I noticed the version there was not updated in a while. Likewise, there are other places in the docs where the version is not updated.

This PR changes the update_datafusion_versions.py script to automatically update those files, in addition to the Cargo files.

What changes are included in this PR?

  • Updated update_datafusion_versions.py to check some doc files.
  • Updated the doc files to the current major version.

Are these changes tested?

Yes, script runs correctly.

Are there any user-facing changes?

No.

@github-actions github-actions Bot added documentation Improvements or additions to documentation development-process Related to development process of DataFusion labels Jan 25, 2026
'datafusion-benchmarks': 'benchmarks/Cargo.toml',
'datafusion-cli': 'datafusion-cli/Cargo.toml',
'datafusion-examples': 'datafusion-examples/Cargo.toml',
'datafusion-docs': 'docs/Cargo.toml',
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This file does not exist anymore.

Comment thread dev/update_datafusion_versions.py
Comment thread dev/update_datafusion_versions.py Outdated
@Jefffrey Jefffrey added this pull request to the merge queue Jan 29, 2026
Merged via the queue into apache:main with commit 92f60ad Jan 29, 2026
29 checks passed
@Jefffrey
Copy link
Copy Markdown
Contributor

Thanks @nuno-faria & @martin-g

@nuno-faria nuno-faria deleted the docs_datafusion_version branch January 29, 2026 08:29
de-bgunter pushed a commit to de-bgunter/datafusion that referenced this pull request Mar 24, 2026
## Which issue does this PR close?

- N/A.

## Rationale for this change

I was looking at the download page
(https://datafusion.apache.org/download.html) when I noticed the version
there was not updated in a while. Likewise, there are other places in
the docs where the version is not updated.

This PR changes the `update_datafusion_versions.py` script to
automatically update those files, in addition to the Cargo files.

## What changes are included in this PR?

- Updated `update_datafusion_versions.py` to check some doc files.
- Updated the doc files to the current major version.

## Are these changes tested?

Yes, script runs correctly.

## Are there any user-facing changes?

No.

---------

Co-authored-by: Martin Grigorov <martin-g@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

development-process Related to development process of DataFusion documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants