CurtHagenlocher commented on code in PR #1308:
URL: https://github.com/apache/arrow-adbc/pull/1308#discussion_r1399451176


##########
csharp/src/Drivers/BigQuery/BigQueryConnection.cs:
##########
@@ -667,7 +667,7 @@ private XdbcDataType ToXdbcDataType(string type)
                     return XdbcDataType.XdbcDataType_XDBC_FLOAT;
                 case "BOOL" or "BOOLEAN":
                     return XdbcDataType.XdbcDataType_XDBC_BIT;
-                case "STRING":
+                case "STRING" or "JSON":

Review Comment:
   Should GEOGRAPHY also be included here?



-- 
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]

Reply via email to