Skip to content

Commit 9205033

Browse files
authored
GH-14786: [Java][Doc] Replace in-folder documentation (#14789)
Replace in-folder documentation with link to comprehensive documentation page Authored-by: Larry White <lwhite1@users.noreply.github.com> Signed-off-by: David Li <li.davidm96@gmail.com>
1 parent 1ba97a6 commit 9205033

2 files changed

Lines changed: 1 addition & 378 deletions

File tree

java/vector/src/main/java/org/apache/arrow/vector/table/README.md

Lines changed: 0 additions & 375 deletions
This file was deleted.

java/vector/src/main/java/org/apache/arrow/vector/table/package-info.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,5 @@
1919

2020
/**
2121
* Support for Table, an immutable, columnar, tabular data structure based on FieldVectors.
22-
*
23-
* See the README.md file in this directory for detailed information about Table class and supporting classes.
24-
*
22+
* See the Arrow Java documentation for details: <a href="https://arrow.apache.org/docs/java/table.html">Table</a>
2523
*/

0 commit comments

Comments
 (0)