alamb commented on issue #17801: URL: https://github.com/apache/datafusion/issues/17801#issuecomment-3503937206
While reviewing this PR - https://github.com/apache/datafusion/pull/17813 I had another idea about how to preserve the improvements made to nullif but avoid this bug. Perhaps instead of simplifying to CASE entirely, we had the the physical function and instead called into the CaseExpr instead in the ExecutionPlan Let me make a POC to see if that approach is viable -- 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]
