Skip to content

Commit 252de6d

Browse files
committed
remove outdated comment
1 parent 04d797f commit 252de6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/vector/src/main/java/org/apache/arrow/vector/complex/ListVector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
public class ListVector extends BaseRepeatedValueVector implements FieldVector {
5656

57-
final UInt4Vector offsets;// TODO: THis masks the same vector in the parent which is assigned to this in the constructor.
57+
final UInt4Vector offsets;
5858
final UInt1Vector bits;
5959
private final List<BufferBacked> innerVectors;
6060
private Mutator mutator = new Mutator();

0 commit comments

Comments
 (0)