alamb commented on code in PR #9233: URL: https://github.com/apache/arrow-datafusion/pull/9233#discussion_r1494087921
########## datafusion/sqllogictest/test_files/array.slt: ########## @@ -2603,6 +2603,16 @@ select array_position(arrow_cast(make_array([1, 2, 3], [4, 5, 6], [5, 5, 5], [4, ---- 2 2 +query I +SELECT array_position(arrow_cast([5, 2, 3, 4, 5], 'List(Int32)'), 5) +---- +1 + +query I +SELECT array_position(arrow_cast([5, 2, 3, 4, 5], 'List(Int32)'), 5, 2) Review Comment: Thanks for adding the tests and doing the background research -- 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]
