Skip to content

Commit aaa88e9

Browse files
ParthChonkarkou
andauthored
MINOR: [Docs] Update docs to point to separate Java codebase (#45134)
### Rationale for this change Post #44945 the Java implementation lives in it's own repo. Update docs to point there. ### What changes are included in this PR? Updates to a few locations that reference old Java impl location. ### Are these changes tested? Rendered the Sphinx ones locally to check. ### Are there any user-facing changes? No Lead-authored-by: parthchonkar <parthchonkar@gmail.com> Co-authored-by: Parth Chonkar <parthchonkar@gmail.com> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 3e6e8f3 commit aaa88e9

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Major components of the project include:
4545
- [Gandiva](https://github.com/apache/arrow/tree/main/cpp/src/gandiva):
4646
an [LLVM](https://llvm.org)-based Arrow expression compiler, part of the C++ codebase
4747
- [Go libraries](https://github.com/apache/arrow-go)
48-
- [Java libraries](https://github.com/apache/arrow/tree/main/java)
48+
- [Java libraries](https://github.com/apache/arrow-java)
4949
- [JavaScript libraries](https://github.com/apache/arrow/tree/main/js)
5050
- [Python libraries](https://github.com/apache/arrow/tree/main/python)
5151
- [R libraries](https://github.com/apache/arrow/tree/main/r)

docs/source/developers/guide/step_by_step/arrow_codebase.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,18 @@ Working on the Arrow codebase 🧐
3232
Finding your way around Arrow
3333
=============================
3434

35-
The Apache Arrow repository includes implementations for
36-
most of the libraries for which Arrow is available.
35+
The `Apache Arrow repository <https://github.com/apache/arrow>`_ includes
36+
implementations for most of the libraries for which Arrow is available.
3737

3838
Languages like GLib (``c_glib/``), C++ (``cpp/``), C# (``csharp/``),
39-
Go (``go/``), Java (``java/``), JavaScript (``js/``), MATLAB
40-
(``matlab/``), Python (``python/``), R (``r/``) and Ruby (``ruby/``)
41-
have their own subdirectories in the main folder as written here.
39+
JavaScript (``js/``), MATLAB (``matlab/``), Python (``python/``), R (``r/``)
40+
and Ruby (``ruby/``) have their own subdirectories in the main folder as written here.
4241

43-
Rust has its own repository available `here <https://github.com/apache/arrow-rs>`_.
42+
The following language implementations have their own repositories:
43+
44+
- `Rust <https://github.com/apache/arrow-rs>`_
45+
- `Go <https://github.com/apache/arrow-go>`_
46+
- `Java <https://github.com/apache/arrow-java>`_
4447

4548
In the **language-specific subdirectories** you can find the code
4649
connected to that language. For example:

0 commit comments

Comments
 (0)