This is an automated email from the ASF dual-hosted git repository.
curth pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
from f68b23a30 feat(csharp/src/Drivers/Apache): Enabled Standard protocol
for Spark and used SASL transport with basic auth (#3380)
add 345299434 fix(csharp/src/Drivers/BigQuery): Include try/catch for
InvalidOperationException in ReadRowsStream (#3361)
No new revisions were added by this update.
Summary of changes:
csharp/src/Drivers/BigQuery/BigQueryStatement.cs | 62 +++++---
csharp/src/Drivers/BigQuery/RetryManager.cs | 4 +-
.../Drivers/BigQuery/BigQueryStatementTests.cs | 173 +++++++++++++++++++++
3 files changed, 212 insertions(+), 27 deletions(-)
create mode 100644 csharp/test/Drivers/BigQuery/BigQueryStatementTests.cs