Describe the bug
thread 'main' panicked at datafusion/datafusion/functions-array/src/concat.rs:275:32:
index out of bounds: the len is 0 but the index is 0
To Reproduce
Run any of the following queries in CLI.
DataFusion CLI v37.1.0
> select array_concat([]);
DataFusion CLI v37.1.0
> select array_concat(make_array());
Expected behavior
No response
Additional context
No response