andygrove commented on issue #2670:
URL: 
https://github.com/apache/datafusion-comet/issues/2670#issuecomment-3543665873

   The issue is that we only match on `MakeDecimal` for the case where 
`nullOnOverflow` is true:
   
   ```scala
   case MakeDecimal(child, precision, scale, true) =>
   ```


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