tshauck opened a new pull request, #9233: URL: https://github.com/apache/arrow-datafusion/pull/9233
## Which issue does this PR close? Closes #9093 ## Rationale for this change Currently throws an error when doing `SELECT array_position(arrow_cast([1, 2, 3, 4, 5], 'List(Int32)'), 5)`, and after this PR it won't. ## What changes are included in this PR? Change recommended in https://github.com/apache/arrow-datafusion/issues/9093#issuecomment-1920673541 ## Are these changes tested? Added an additional sql logic test that failed w/o the change, and doesn't fail w/ the change. ## Are there any user-facing changes? No -- 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]
