comphead commented on code in PR #20677:
URL: https://github.com/apache/datafusion/pull/20677#discussion_r2880950934
##########
datafusion/functions-nested/src/array_has.rs:
##########
@@ -1066,6 +1078,52 @@ mod tests {
Ok(())
}
+ #[test]
+ fn test_array_has_sliced_list() -> Result<(), DataFusionError> {
Review Comment:
double checked it is failing in `main`, this fix would be nice backporting
to https://github.com/apache/datafusion/issues/19692
--
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]