alamb commented on code in PR #9241: URL: https://github.com/apache/arrow-datafusion/pull/9241#discussion_r1504105529
########## datafusion/functions/src/core/nullif.rs: ########## @@ -58,7 +58,7 @@ impl NullIfFunc { Self { signature: Signature::uniform(2, SUPPORTED_NULLIF_TYPES.to_vec(), - Volatility::Immutable, + Volatility::Immutable, Review Comment: Ah, I see now https://github.com/apache/arrow-datafusion/issues/9281. I made a PR https://github.com/apache/arrow-datafusion/pull/9367 to fix the issue -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org