izveigor opened a new issue, #6992: URL: https://github.com/apache/arrow-datafusion/issues/6992
### Describe the bug Follow on to https://github.com/apache/arrow-datafusion/pull/6872 When I was working on https://github.com/apache/arrow-datafusion/pull/6986 I noticed the bug: when the function input are arrays with different dimensions and they are not in order, the function cannot determine the data type of the output. To fix the bug, we should rewrite `create_physical_expr` for `ArrayConcat` built in function. ### To Reproduce ``` # a = 2d, b = 3d, c = 1d arrays select array_concat(a, b, c) from arrays; ``` ### Expected behavior _No response_ ### Additional context _No response_ -- 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]
