Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm authored and erratic-pattern committed Apr 13, 2024
1 parent b9b28d8 commit 297ae38
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,9 @@ public FlightInfo execute(final CallOption... options) {
.toByteArray());

if (parameterBindingRoot != null && parameterBindingRoot.getRowCount() > 0) {
putParameters(descriptor, options);
try (final SyncPutListener listener = putParameters(descriptor, options)) {
listener.getResult();
}
}

return client.getInfo(descriptor, options);
Expand Down

0 comments on commit 297ae38

Please sign in to comment.