coderfender commented on issue #313: URL: https://github.com/apache/datafusion-comet/issues/313#issuecomment-3591861531
@comphead, I believe we need to make eval_mode as an ENUM rather than a boolean given how the behavior between Try / Legacy mode is not always the same. For example, an overflow in SUM results in wrap around value in Legacy mode while it is null in Try . I can create an issue and work on it to convert the bool to an ENUM if thats okay -- 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]
