CurtHagenlocher commented on code in PR #2047: URL: https://github.com/apache/arrow-adbc/pull/2047#discussion_r1700358838
########## csharp/src/Drivers/BigQuery/readme.md: ########## @@ -51,6 +51,10 @@ https://cloud.google.com/dotnet/docs/reference/Google.Cloud.BigQuery.V2/latest/G **adbc.bigquery.auth_json_credential**<br> Required if using `service` authentication. This value is passed to the [GoogleCredential.FromJson](https://cloud.google.com/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Auth.OAuth2.GoogleCredential#Google_Apis_Auth_OAuth2_GoogleCredential_FromJson_System_String) method. +**adbc.bigquery.get_query_results_options.timeout**<br> + Optional. Sets the timeout (in minutes) for the GetQueryResultsOptions value. If not set, +defaults to 5 minutes. Review Comment: Lines 55 and 56 seem to have trailing whitespace which is triggering one of the gated checks. -- 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]
