Skip to content

Commit

Permalink
Fix merge error typo. Update TestPromotableWriter.java
Browse files Browse the repository at this point in the history
  • Loading branch information
lriggs authored May 2, 2024
1 parent 4667139 commit 7f6bb27
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ public void testPromoteLargeVarBinaryHelpersDirect() throws Exception {
assertEquals("row3", new String(Objects.requireNonNull(uv.get(2)), StandardCharsets.UTF_8));
assertEquals("row4", new String(Objects.requireNonNull(uv.get(3)), StandardCharsets.UTF_8));
}
}

@Test
public void testPromoteToUnionFromDecimal() throws Exception {
Expand Down

0 comments on commit 7f6bb27

Please sign in to comment.