AdamGS opened a new pull request, #17808:
URL: https://github.com/apache/datafusion/pull/17808

   ## Which issue does this PR close?
   
   This is a followup of #17501 and #17489 (Should I open a dedicated issue?).
   
   The changes are taken out of https://github.com/apache/datafusion/pull/17759 
as the SQL-facing changes ended up making more of an impact than I expected, 
and should probably be discussed in 
https://github.com/apache/datafusion/issues/17747.
   ## Rationale for this change
   
   Improve support for working with decimal columns of different width
   
   ## What changes are included in this PR?
   
   The biggest change in this PR is that type coercion for binary expression 
now not only supports the new decimal types, but it will try and extend one 
side into the other, which would just fail right now.
   
   ### Minor changes
   
   1. Support `abs(deicmal32/64)`
   2. Support SMJ on Decimal32/64 (256 was left out, and I'm unclear if it was 
overlooked or omitted intentionally).
   
   ## Are these changes tested?
   Additional coercion tests
   
   ## Are there any user-facing changes?
   No public API changes, but more combination of operations should work.
   


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