Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf committed Sep 20, 2024
1 parent 3f36f48 commit 413c0e2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1360,6 +1360,8 @@ public Map<String, String> extract(ExecuteQueryRequest executeQueryRequest) {
// TODO resumption strategy and retry settings
.build();

// Adding RetryingCallable to the callable chain so that client side metrics can be
// measured correctly. Retries are currently disabled.
ServerStreamingCallable<ExecuteQueryCallContext, SqlRow> retries =
withRetries(withBigtableTracer, retrySettings);

Expand Down

0 comments on commit 413c0e2

Please sign in to comment.