davidhcoe commented on code in PR #2655: URL: https://github.com/apache/arrow-adbc/pull/2655#discussion_r2052849677
########## csharp/src/Drivers/BigQuery/BigQueryParameters.cs: ########## @@ -36,6 +38,8 @@ public class BigQueryParameters public const string Scopes = "adbc.bigquery.scopes"; public const string IncludeConstraintsWithGetObjects = "adbc.bigquery.include_constraints_getobjects"; public const string ClientTimeout = "adbc.bigquery.client.timeout"; + public const string MaximumRetryAttempts = "adbc.bigquery.maximum_retries"; + public const string RetryDelayMs = "adbc.bigquery.retry_delay_ms"; Review Comment: These are used to retry any error. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org