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

   ## Which issue does this PR close?
   
   - Backports https://github.com/apache/datafusion/pull/17808
   - Related to https://github.com/apache/datafusion/issues/17849
   - Currently also includes https://github.com/apache/datafusion/pull/17907, 
should be rebased and merged after it.
   
   ## Rationale for this change
   
   Fills up decimal32/64 support as introduced in 
https://github.com/apache/datafusion/pull/17501
   
   ## 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