zanmato1984 opened a new pull request, #47459:
URL: https://github.com/apache/arrow/pull/47459

   ### Rationale for this change
   
   We used to be not able to suppress the exact matching for decimal arguments 
with different scales, when a decimal comparison kernel who actually requires 
the scales to be the same. This caused issue like #41011.
   
   The "match constraint" introduced in #47297 is exactly for fixing issues 
like this, by simply adding a proper constraint.
   
   ### What changes are included in this PR?
   
   Added match constraint that requires all decimal inputs have the same scale 
(like for decimal addition and subtract).
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   None.


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

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

Reply via email to