This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 5bbcf40bbc MINOR: [Docs][Java] Fix a link to IPC RecordBatch message
(#15160)
5bbcf40bbc is described below
commit 5bbcf40bbc47608b5a09fc71ec16d23368af1ab1
Author: Nikita Eshkeev <[email protected]>
AuthorDate: Tue Jan 3 15:23:30 2023 +0300
MINOR: [Docs][Java] Fix a link to IPC RecordBatch message (#15160)
The link used to lead to the page that says
> The contents of this document have relocated to the main [Columnar
Specification](https://arrow.apache.org/docs/format/Columnar.html#format-columnar)
page.
now the link leads to the exact place in the documentation
Authored-by: Nikita Eshkeev <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
.../main/java/org/apache/arrow/vector/ipc/message/ArrowRecordBatch.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/java/vector/src/main/java/org/apache/arrow/vector/ipc/message/ArrowRecordBatch.java
b/java/vector/src/main/java/org/apache/arrow/vector/ipc/message/ArrowRecordBatch.java
index dbf2774fba..307d32cb74 100644
---
a/java/vector/src/main/java/org/apache/arrow/vector/ipc/message/ArrowRecordBatch.java
+++
b/java/vector/src/main/java/org/apache/arrow/vector/ipc/message/ArrowRecordBatch.java
@@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory;
import com.google.flatbuffers.FlatBufferBuilder;
/**
- * POJO representation of a RecordBatch IPC message
(https://arrow.apache.org/docs/format/IPC.html).
+ * POJO representation of a RecordBatch IPC message
(https://arrow.apache.org/docs/format/Columnar.html#recordbatch-message).
*/
public class ArrowRecordBatch implements ArrowMessage {