docs: add DataFusion Java to subproject listings#22149
Open
andygrove wants to merge 1 commit into
Open
Conversation
alamb
approved these changes
May 13, 2026
| - [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) |
Contributor
There was a problem hiding this comment.
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?
Contributor
There was a problem hiding this comment.
Filed a discussion to track
|
|
||
| - `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 |
Contributor
There was a problem hiding this comment.
I checked this link works: https://datafusion.apache.org/java/
👍
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
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 existingdatafusion-javalanguage-bindings entry to point at the officialapache/datafusion-javarepo (previously pointed atdatafusion-contrib/datafusion-java).Are these changes tested?
Docs-only change; no tests added.
Are there any user-facing changes?
Yes — documentation updates only.