Skip to content

Commit 7d5e3ce

Browse files
committed
Fix typo.
1 parent 69d8bd0 commit 7d5e3ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vector/src/test/java/org/apache/arrow/vector/complex/impl/TestPromotableWriter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,7 @@ public void testPromoteLargeVarBinaryHelpersDirect() throws Exception {
735735
assertEquals("row3", new String(Objects.requireNonNull(uv.get(2)), StandardCharsets.UTF_8));
736736
assertEquals("row4", new String(Objects.requireNonNull(uv.get(3)), StandardCharsets.UTF_8));
737737
}
738+
}
738739

739740
@Test
740741
public void testPromoteToUnionFromDecimal() throws Exception {

0 commit comments

Comments
 (0)