neilconway commented on PR #22482:
URL: https://github.com/apache/datafusion/pull/22482#issuecomment-4535612133

   > My concern is that after the switch, both arguments become decimal values, 
so the floatness check on the exponent returns false.
   
   The function's signature doesn't allow it to be invoked with `(Decimal, 
Decimal)`, so it will actually be invoked with `(Decimal, Float64)` -- so I 
think we're fine here.


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