CurtHagenlocher commented on code in PR #1308:
URL: https://github.com/apache/arrow-adbc/pull/1308#discussion_r1399454271
##########
csharp/src/Drivers/BigQuery/BigQueryStatement.cs:
##########
@@ -144,7 +144,7 @@ private IArrowType TranslateType(TableFieldSchema field)
return
bool.Parse(this.Options[BigQueryParameters.LargeDecimalsAsString]) ?
StringType.Default : new Decimal256Type(76, 38);
// Google.Apis.Bigquery.v2.Data.TableFieldSchema do not
include Array and Geography in types
Review Comment:
This (preexisting) comment doesn't quite jibe with line 132
--
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]