Re: [I] array_concat fails with when passed NULL list literals [datafusion]

2025-06-12 Thread via GitHub
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

Re: [I] array_concat fails with when passed NULL list literals [datafusion]

2025-06-09 Thread via GitHub
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

[I] array_concat fails with when passed NULL list literals [datafusion]

2025-06-09 Thread via GitHub
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[]).