toddmeng-db commented on code in PR #3140: URL: https://github.com/apache/arrow-adbc/pull/3140#discussion_r2209050661
########## csharp/src/Drivers/Databricks/DatabricksSchemaParser.cs: ########## @@ -40,8 +64,8 @@ public override IArrowType GetArrowType(TPrimitiveTypeEntry thriftType, DataType TTypeId.SMALLINT_TYPE => Int16Type.Default, Review Comment: Actually, looks like <dbr 7.0, we need Timestamp to be handled as a String, too. This is a bit different from what I expected just looking at runtime code... This PR actually doesnt solve the issue, since dbr 7.0 - 10.0 does not actually get ArrowSchema. -- 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