We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5494a1d + 01b7b07 commit 583dc0eCopy full SHA for 583dc0e
query/src/main/java/tech/ydb/query/impl/SessionImpl.java
@@ -315,6 +315,7 @@ public CompletableFuture<Result<QueryInfo>> execute(PartsHandler handler) {
315
result.completeExceptionally(th);
316
}
317
if (status != null) {
318
+ updateSessionState(status);
319
if (status.isSuccess()) {
320
result.complete(Result.success(new QueryInfo(stats.get()), status));
321
} else {
0 commit comments