From a77289c3f5c7e01a694b80e4cb7a5d9134f1a3ec Mon Sep 17 00:00:00 2001 From: ViggoC Date: Tue, 15 Oct 2024 13:28:30 +0800 Subject: [PATCH] Apply suggestions from code review fix nits comment Co-authored-by: Vibhatha Lakmal Abeykoon --- .../org/apache/arrow/vector/complex/RunEndEncodedVector.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/vector/src/main/java/org/apache/arrow/vector/complex/RunEndEncodedVector.java b/java/vector/src/main/java/org/apache/arrow/vector/complex/RunEndEncodedVector.java index a7da30f337693..71c6b92ad36e2 100644 --- a/java/vector/src/main/java/org/apache/arrow/vector/complex/RunEndEncodedVector.java +++ b/java/vector/src/main/java/org/apache/arrow/vector/complex/RunEndEncodedVector.java @@ -329,7 +329,7 @@ public TransferImpl(RunEndEncodedVector to) { } /** - * Transfer this vector'data to another vector. The memory associated with this vector is + * Transfer the vector data to another vector. The memory associated with this vector is * transferred to the allocator of target vector for accounting and management purposes. */ @Override @@ -344,7 +344,7 @@ public void transfer() { } /** - * Slice this vector at desired index and length and transfer the corresponding data to the + * Slice this vector at the desired index and length, then transfer the corresponding data to the * target vector. * * @param startIndex start position of the split in source vector.