1 parent 26cf811 commit 309e61bCopy full SHA for 309e61b
1 file changed
flight/flight-sql/src/test/java/org/apache/arrow/flight/sql/test/TestFlightSql.java
@@ -1636,7 +1636,7 @@ public void testPreparedStatementUsesUpdatedHandleAfterDoPut() throws Exception
1636
params.setRowCount(1);
1637
ps.setParameters(params);
1638
ps.execute(); // DoPut → server returns updatedHandle in DoPutPreparedStatementResult
1639
- }
+ }
1640
1641
assertAll(
1642
() ->
0 commit comments