tom-s-powell commented on code in PR #12692: URL: https://github.com/apache/arrow/pull/12692#discussion_r886027781
########## java/adapter/jdbc/src/test/java/org/apache/arrow/adapter/jdbc/h2/JdbcToArrowVectorIteratorTest.java: ########## @@ -119,7 +134,10 @@ public void testVectorSchemaRootReuse() throws SQLException, IOException { assertNotNull(cur); // verify the first column, with may contain nulls. - assertEquals(expectedColValues[batchCount], cur.getVector(0).toString()); + assertEquals(expectedIntColValues[batchCount], cur.getVector(0).toString()); Review Comment: Switched to use the `assertIntVectorValues` and `assertListVectorValues` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org