Skip to content

docs: add DataFusion Java to subproject listings#22149

Open
andygrove wants to merge 1 commit into
apache:mainfrom
andygrove:docs/add-datafusion-java-subproject
Open

docs: add DataFusion Java to subproject listings#22149
andygrove wants to merge 1 commit into
apache:mainfrom
andygrove:docs/add-datafusion-java-subproject

Conversation

@andygrove
Copy link
Copy Markdown
Member

Which issue does this PR close?

  • Closes #.

Rationale for this change

The DataFusion Java subproject (https://datafusion.apache.org/java) is not yet listed alongside the other DataFusion subprojects (Python, Comet, Ballista) in the README and docs. This PR adds it so users discovering DataFusion can find the Java bindings.

What changes are included in this PR?

  • README.md: add DataFusion Java to the list of related subprojects next to DataFusion Python.
  • docs/source/index.rst: add DataFusion Java to the related subprojects list and to the "DataFusion Subprojects" toctree.
  • docs/source/contributor-guide/communication.md: mention Java in the list of subproject Discord channels.
  • docs/source/user-guide/introduction.md: update the existing datafusion-java language-bindings entry to point at the official apache/datafusion-java repo (previously pointed at datafusion-contrib/datafusion-java).

Are these changes tested?

Docs-only change; no tests added.

Are there any user-facing changes?

Yes — documentation updates only.

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label May 13, 2026
@andygrove andygrove requested a review from alamb May 13, 2026 14:27
Copy link
Copy Markdown
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thanks @andygrove

- [datafusion-c](https://github.com/datafusion-contrib/datafusion-c)
- [datafusion-python](https://github.com/apache/datafusion-python)
- [datafusion-ruby](https://github.com/datafusion-contrib/datafusion-ruby)
- [datafusion-java](https://github.com/datafusion-contrib/datafusion-java)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

What should we do with the https://github.com/datafusion-contrib/datafusion-java repo now?

@jimexist I think you largely worked on that. Shall we perhaps archive the repo / point people at the one in apache?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Comment thread docs/source/index.rst

- `DataFusion Python <https://datafusion.apache.org/python/>`_ offers a Python interface for SQL and DataFrame
queries.
- `DataFusion Java <https://datafusion.apache.org/java/>`_ offers a Java interface for SQL and DataFrame
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I checked this link works: https://datafusion.apache.org/java/

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants