rafafrdz commented on PR #3790: URL: https://github.com/apache/datafusion-comet/pull/3790#issuecomment-4124349005
Closing this PR — DataFusion's `nanvl` has different NULL handling semantics than Spark's `NaNvl`. For the row `nanvl(4.0, NULL)`, DataFusion returns NULL while Spark returns 4.0. This function needs a custom Comet implementation instead of simple delegation. -- 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]
