lidavidm commented on issue #1020: URL: https://github.com/apache/arrow-adbc/issues/1020#issuecomment-1703256357
Right, so it looks like the problem here is we want to return ints for convenience, but to Snowflake there is no such thing as an int, only decimals. If snowflake exposes min/max estimates we could maybe decide whether to return int up front. Or else, we would have to default to ints and require config to get decimals, or vice versa. -- 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]
