CurtHagenlocher commented on issue #2084: URL: https://github.com/apache/arrow-adbc/issues/2084#issuecomment-2378080286
The conversation here has strayed quite a bit away from the original problem report. It's good that the user's needs (may) have been solved, but the original problem still exists: you can only bind a few types to a Snowflake statement. This seems to be because the driver wants to convert them to types in the sql package, and that package has a decidedly minimal level of type support. I don't really know go, but my read of gosnowflake suggests that there's no extension mechanism by which it would support types not in the sql package, which means we're stuck until gosnowflake is updated. Does that look correct? And should we close this issue and open a new issue instead? -- 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]
