aiguofer opened a new issue, #39543:
URL: https://github.com/apache/arrow/issues/39543

   ### Describe the enhancement requested
   
   We encountered an issue while using ADBC (with Python bindings) due to 
BigQuery saying that BIGDECIMAL columns have a precision of 77 (the max 
supported by Arrow is 76). The Java implementation seems to have no issues with 
this, but the C binding error caused the entire Python application to crash 
instead of raising an exception. See 
https://github.com/apache/arrow-adbc/issues/1444.
   
   Ideally, these checks should throw exceptions that can be caught and 
recovered from.
   
   
   
   ### Component(s)
   
   C


-- 
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]

Reply via email to