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

   ### Describe the enhancement requested
   
   current behavior of `flightsql-odbc` does not support float truncation. 
   Expected behavior: If user try to fetch float value as int, user should get 
the integer portion of value returned along with 01S07 Fractional truncation 
error state. E.g., fetching `float 1.234` as `int` will return `int 1`.
   
   Actual behavior: User get error HY000: `Float value <value> was truncated 
converting to <int type>`
   
   AC:
   - return truncation warning instead of error for float truncation case
   - enable existing tests for float truncation case
   
   
   ### Component(s)
   
   C++, FlightRPC


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to