jayzhan211 commented on code in PR #8331:
URL: https://github.com/apache/arrow-datafusion/pull/8331#discussion_r1406899986
##########
datafusion/sqllogictest/test_files/array.slt:
##########
@@ -557,10 +557,16 @@ select column1[0:5], column2[0:3], column3[0:9] from
arrays;
## make_array (aliases: `make_list`)
# make_array scalar function #1
-query ???
-select make_array(1, 2, 3), make_array(1.0, 2.0, 3.0), make_array('h', 'e',
'l', 'l', 'o');
-----
-[1, 2, 3] [1.0, 2.0, 3.0] [h, e, l, l, o]
+query ??????
Review Comment:
Duckdb support boolean coercion, we can consider follow it. If it does not
break the overall design, I think we can support it too.
--
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]