jayzhan211 commented on code in PR #7338: URL: https://github.com/apache/arrow-datafusion/pull/7338#discussion_r1303683293
########## datafusion/sqllogictest/test_files/array.slt: ########## @@ -907,6 +927,16 @@ select list_push_back(make_array(1, 2, 3), 4), list_push_back(make_array(1.0, 2. ---- [1, 2, 3, 4] [1.0, 2.0, 3.0, 4.0] [h, e, l, l, o] +query ? +select array_append([1, 2, 3], null); Review Comment: It seems I would need casting between scalar value ScalarValue I64(1) -> ScalarValue F64(1.0) -- 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]
