alamb commented on code in PR #9241: URL: https://github.com/apache/arrow-datafusion/pull/9241#discussion_r1504094620
########## 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: This is a strange change -- I wonder if cargo fmt doesn't see this file for some reason 🤔 -- 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