CurtHagenlocher commented on code in PR #2289:
URL: https://github.com/apache/arrow-adbc/pull/2289#discussion_r1822454493
##########
csharp/src/Drivers/BigQuery/BigQueryParameters.cs:
##########
@@ -35,6 +35,7 @@ public class BigQueryParameters
public const string Scopes = "adbc.bigquery.scopes";
public const string IncludeConstraintsWithGetObjects =
"adbc.bigquery.include_constraints_getobjects";
public const string GetQueryResultsOptionsTimeoutMinutes =
"adbc.bigquery.get_query_results_options.timeout";
+ public const string CreateReadSessionMaxStreamCount =
"adbc.bigquery.create_read_session.max_stream_count";
Review Comment:
Could you please change the constant name to match the property name?
--
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]