qifanzhang-ms commented on code in PR #2796: URL: https://github.com/apache/arrow-adbc/pull/2796#discussion_r2079553608
########## csharp/src/Drivers/BigQuery/BigQueryStatement.cs: ########## @@ -130,8 +130,8 @@ private async Task<QueryResult> ExecuteQueryInternalAsync() clientMgr.UpdateCredential(Credential); }); - // For multi-statement queries, the results.TableReference is null - if (results.TableReference == null) + // For multi-statement queries, StatementType == "SCRIPT" Review Comment: The change here is mainly due to the difference between the results returned by GetQueryResultsAsync and the original GetQueryResults. -- 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