File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ def setup(app):
147147
148148intersphinx_mapping = {
149149 "arrow" : ("https://arrow.apache.org/docs/" , None ),
150+ "arrowjava" : ("https://arrow.apache.org/java/current/" , None ),
150151 "pandas" : ("https://pandas.pydata.org/docs/" , None ),
151152 "polars" : ("https://docs.pola.rs/api/python/stable/" , None ),
152153 "python" : ("https://docs.python.org/3" , None ),
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ a particular system; or 2) could be used to implement such access.
6868 with application-specific extension points but without any higher
6969 level semantics.
7070
71- :external+arrow :doc: `Arrow JDBC <java/ jdbc >`
71+ :external+arrowjava :doc: `Arrow JDBC <jdbc >`
7272 A Java submodule, part of Arrow/Java, that uses the JDBC API to
7373 produce Arrow data. Internally, it can read data only row-at-a-time.
7474
You can’t perform that action at this time.
0 commit comments