jduo commented on code in PR #38404:
URL: https://github.com/apache/arrow/pull/38404#discussion_r1372011791
##########
java/flight/flight-sql-jdbc-core/src/test/java/org/apache/arrow/driver/jdbc/ArrowFlightPreparedStatementTest.java:
##########
@@ -107,4 +151,19 @@ public void testUpdateQuery() throws SQLException {
assertEquals(42, updated);
}
}
+
+ @Test
Review Comment:
Let's add a similar test which does batched parameter updates.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]