array_concat
with arrays with different dimensions does not work properly
#6992
Labels
bug
Something isn't working
Describe the bug
Follow on to #6872
When I was working on #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
forArrayConcat
built in function.To Reproduce
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: