davidhcoe commented on code in PR #2698: URL: https://github.com/apache/arrow-adbc/pull/2698#discussion_r2039878456
########## csharp/test/Drivers/BigQuery/BigQueryTestConfiguration.cs: ########## @@ -97,6 +97,12 @@ public BigQueryTestEnvironment() [JsonPropertyName("maxStreamCount")] public int? MaxStreamCount { get; set; } + [JsonPropertyName("statementType")] + public string StatementType { get; set; } = string.Empty; + + [JsonPropertyName("statementIndex")] Review Comment: What is a statementIndex? How does that differ from evaluationKind? -- 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