davidhcoe commented on code in PR #3022:
URL: https://github.com/apache/arrow-adbc/pull/3022#discussion_r2187356009
##########
csharp/src/Drivers/BigQuery/RetryManager.cs:
##########
@@ -67,7 +73,9 @@ public static async Task<T> ExecuteWithRetriesAsync<T>(
{
if (tokenProtectedResource.TokenRequiresUpdate(ex) ==
true)
{
+ activity?.AddBigQueryTag("update_token.status",
"Required");
await tokenProtectedResource.UpdateToken();
+ activity?.AddBigQueryTag("update_token.status",
"Completed");
Review Comment:
For AddTag, it will keep all of them. For SetTag, it will override and keep
the latest.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]