LuQQiu commented on code in PR #15039:
URL: https://github.com/apache/datafusion/pull/15039#discussion_r1985809872
##########
datafusion/sqllogictest/test_files/array.slt:
##########
@@ -5818,6 +5818,13 @@ false false false false
false false false false
false false false false
+query BB
Review Comment:
Thanks for catching that! Sorry not quite familar with the testing system yet
```
main cargo run --bin datafusion-cli
DataFusion CLI v46.0.0
> select array_has_all(make_array('1','2','3'),[]),
array_has_any(make_array('1','2','3'),[]);
Arrow error: Invalid argument error: RowConverter column schema mismatch,
expected Utf8 got Int64
```
will add this test case
--
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]