Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def setup(app):

intersphinx_mapping = {
"arrow": ("https://arrow.apache.org/docs/", None),
"arrowjava": ("https://arrow.apache.org/java/current/", None),
"pandas": ("https://pandas.pydata.org/docs/", None),
"polars": ("https://docs.pola.rs/api/python/stable/", None),
"python": ("https://docs.python.org/3", None),
Expand Down
2 changes: 1 addition & 1 deletion docs/source/format/related_work.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ a particular system; or 2) could be used to implement such access.
with application-specific extension points but without any higher
level semantics.

:external+arrow:doc:`Arrow JDBC <java/jdbc>`
:external+arrowjava:doc:`Arrow JDBC <jdbc>`
A Java submodule, part of Arrow/Java, that uses the JDBC API to
produce Arrow data. Internally, it can read data only row-at-a-time.

Expand Down
Loading