tabac commented on code in PR #21764:
URL: https://github.com/apache/datafusion/pull/21764#discussion_r3146868228
##########
datafusion/functions/src/core/nullif.rs:
##########
@@ -251,6 +260,88 @@ mod tests {
Ok(())
}
+ #[test]
+ fn nullif_struct() -> Result<()> {
Review Comment:
I added a test for this case in [this
commit](https://github.com/apache/datafusion/pull/21764/changes/f91237b6212d5a1cdc58b8ac132dcb28b89dfe0e).
Indeed the result is an error, that comes from
[here](https://github.com/apache/datafusion/blob/branch-53/datafusion/physical-expr-common/src/datum.rs#L161).
--
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]