aiguofer opened a new issue, #1441: URL: https://github.com/apache/arrow-adbc/issues/1441
We're using a Decimal256Vector to pass along BigQuery BIGDECIMAL values (see PR: https://github.com/apache/arrow/pull/39485/files). We tested that we can consume these values through JDBC, but when using ADBC (using Python bindings) we see the following error: ``` /arrow/cpp/src/arrow/type.cc:1449: Check failed: (precision) <= (kMaxPrecision) ``` -- 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]
