Skip to content

Commit b3acd70

Browse files
authored
Rename testEmptyListOffsetBuffer to testEmptyListOffsetBufferSize
Renamed test method to better reflect its purpose.
1 parent c5c4abd commit b3acd70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vector/src/test/java/org/apache/arrow/vector/TestListVector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,7 @@ public void testCopyValueSafeForExtensionType() throws Exception {
14651465
}
14661466

14671467
@Test
1468-
public void testEmptyListOffsetBuffer() {
1468+
public void testEmptyListOffsetBufferSize() {
14691469
// Test that ListVector has correct readableBytes after allocation.
14701470
// According to Arrow spec, offset buffer must have N+1 entries.
14711471
// Even when N=0, it should contain [0].

0 commit comments

Comments
 (0)