xtern opened a new pull request, #7400:
URL: https://github.com/apache/ignite-3/pull/7400

   https://issues.apache.org/jira/browse/IGNITE-26491
   
   ### Description
   
   PR adds support for converting numeric types when reading values ​​from 
tuples.
   
   ### Conversion rules:
   
   For the following type families:
   * Integer types: INT8, INT16, INT32, INT64
   * Floating‑point types: FLOAT, DOUBLE
   
   Within each family the following implicit conversion rules apply:
   * Implicit widening conversions are always permitted.
   * Implicit narrowing conversions are permitted only if the source value can 
be exactly represented in the target type without loss of precision or overflow.
   


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