alamb closed issue #16349: array_concat fails with when passed NULL list
literals
URL: https://github.com/apache/datafusion/issues/16349
--
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
alexanderbianchi commented on issue #16349:
URL: https://github.com/apache/datafusion/issues/16349#issuecomment-2957199931
take
--
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 commen
alexanderbianchi opened a new issue, #16349:
URL: https://github.com/apache/datafusion/issues/16349
### Describe the bug
The array_concat function throws an Arrow compute error `concat requires
input of at least one array` when called with NULL list literals (e.g.,
NULL::integer[]).