jkosh44 commented on code in PR #14532: URL: https://github.com/apache/datafusion/pull/14532#discussion_r1952948300
########## datafusion/functions-nested/src/array_has.rs: ########## @@ -94,7 +94,7 @@ impl Default for ArrayHas { impl ArrayHas { pub fn new() -> Self { Self { - signature: Signature::array_and_element(Volatility::Immutable), + signature: Signature::array_and_element(Volatility::Immutable, None), Review Comment: I'm sorry, I don't think I fully understood what you're suggesting. I pushed https://github.com/apache/datafusion/pull/14532/commits/d404c5e61c209b03eed604271194348eaf2f0715 to try and address this, please let me know if that's what you had in mind. -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org