CurtHagenlocher commented on issue #1242: URL: https://github.com/apache/arrow-adbc/issues/1242#issuecomment-1789752539
In at least one case, the column is typed as NUMBER(18, 2) and the array returned from Snowflake is typed as INT64. Obviously, INT64 values aren't guaranteed to fit into a NUMBER(18, 2) so the conversion code fails early. But it happens that all the values returned from Snowflake in that array do actually fit. -- 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]
