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.
1 parent 9881b2b commit ccb111cCopy full SHA for ccb111c
src/client/executor.rs
@@ -310,7 +310,6 @@ impl Client {
310
let mut retry: Option<ExecutionRetry> = None;
311
let mut implicit_session: Option<ClientSession> = None;
312
loop {
313
- //op.update_for_topology(&self.inner.topology.description());
314
315
if retry.is_some() {
316
op.update_for_retry();
0 commit comments