Skip to content

Commit

Permalink
Merge pull request #11 from rafael-telles/stream-data-test-exception-…
Browse files Browse the repository at this point in the history
…failures-fix

Stream data test exception failures fix.
  • Loading branch information
escobargabriel authored Mar 10, 2022
2 parents e21bd75 + 91aa894 commit 6d27b1f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ public void getObject() throws Exception {
public void getObjectForNull() throws Exception {
vector.reset();
vector.setValueCount(5);

accessorIterator.assertAccessorGetter(vector,
AbstractArrowFlightJdbcUnionVectorAccessor::getObject, equalTo(null));
}
Expand Down

0 comments on commit 6d27b1f

Please sign in to comment.