Skip to content

Commit

Permalink
apacheGH-38246 revert unneeded tests changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xxlaykxx committed Oct 14, 2023
1 parent 3f232b3 commit 62c9899
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void terminate() {
public void testResetRowCount() {
final int size = 20;
try (final BitVector vec1 = new BitVector("bit", allocator);
final IntVector vec2 = new IntVector("int", allocator)) {
final IntVector vec2 = new IntVector("int", allocator)) {
VectorSchemaRoot vsr = VectorSchemaRoot.of(vec1, vec2);

vsr.allocateNew();
Expand Down

0 comments on commit 62c9899

Please sign in to comment.