Jefffrey commented on issue #17964: URL: https://github.com/apache/datafusion/issues/17964#issuecomment-3496758810
Regarding make_array, I'd need to look into `type_union_resolution` and `comparison_coersion` to understand what they do first. I'll try find some time to do so. For exp, I think we'll leave these as separate; I highlighted datafusion `exp` and spark `expm1` mainly because I had a thought in my mind that we could simplify spark `expm1` to simply use datafusion `exp` and add on a `-1`. However, looking at the implementation it uses `f64::exp_m1()` so I think it's better to leave it using this native method, as it's probably more accurate/efficient. -- 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]
