praveentandra opened a new pull request, #3295: URL: https://github.com/apache/arrow-adbc/pull/3295
When use_high_precision is false, NUMBER columns with non-zero scale are incorrectly returned as Int64 instead of Float64, causing data discrepancy. This fix checks the scale value to determine the appropriate Arrow type (Int64 vs Float64) to set the behavior per documentation at https://arrow.apache.org/adbc/main/driver/snowflake.html. -- 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