Skip to content

Commit

Permalink
chore: generate libraries at Mon Jan 6 12:21:48 UTC 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-java-bot committed Jan 6, 2025
1 parent 13ff2db commit 2f6c194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ public ApiFuture<Void> setCallback(Executor exec, ReadyCallback cb) {
this.result = SettableApiFuture.create();
this.state = State.STREAMING_INITIALIZED;
this.service.execute(new InitiateStreamingRunnable());
// initiateProduceRows();
// initiateProduceRows();
this.executor = MoreExecutors.newSequentialExecutor(Preconditions.checkNotNull(exec));
this.callback = Preconditions.checkNotNull(cb);
pausedLatch.countDown();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,7 @@ private void asyncTransactionManager_readAsync(
AsyncTransactionStep<Void, Long> count =
context.then(
(transaction, ignored) -> {
try(AsyncResultSet rs = fn.apply(transaction)) {
try (AsyncResultSet rs = fn.apply(transaction)) {
ApiFuture<Void> fut =
rs.setCallback(
queryExecutor,
Expand Down

0 comments on commit 2f6c194

Please sign in to comment.