AdamGS opened a new issue, #23160:
URL: https://github.com/apache/datafusion/issues/23160

   As far as I can tell, decimal in the SLT suite are currently handled in the 
following way:
   1. The two larger variants (128 and 256 bits) are handled as floats ('R' 
column type), and have their own formatter through the `DecimalType` type and 
`BigDecimal` that has set display accuracy (12 digits).
   2. Smaller decimal types (32 and 64 bits) are handled as "unknown" ('?' 
column type) and use the fallback formatter.
   
   This makes tests less accurate and causes inconsistencies between different 
code paths.
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to