Skip to content

Commit 7736d9e

Browse files
committed
Fixed double stats in query service executor
1 parent b6975e7 commit 7736d9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jdbc/src/main/java/tech/ydb/jdbc/context/QueryServiceExecutor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ public List<ResultSetReader> executeDataQuery(
208208
}
209209
final ExecuteQuerySettings settings = builder.build();
210210

211-
ctx.traceQuery(query, yql);
212211
if (tx == null) {
213212
tx = createNewQuerySession(validator).createNewTransaction(txMode);
214213
}

0 commit comments

Comments
 (0)