Re: [I] function: `array_prepend` sometimes doesn't work with nested lists [datafusion]

2025-02-15 Thread via GitHub
alamb closed issue #14613: function: `array_prepend` sometimes doesn't work with nested lists URL: https://github.com/apache/datafusion/issues/14613 -- 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 t

Re: [I] function: `array_prepend` sometimes doesn't work with nested lists [datafusion]

2025-02-14 Thread via GitHub
jkosh44 commented on issue #14613: URL: https://github.com/apache/datafusion/issues/14613#issuecomment-2659528279 I just noticed a pattern about the errors. In the `array_prepend` function, `FixedSizeList` is coerced to a `List`. So all of the queries that succeed are coerced to the same in

Re: [I] function: `array_prepend` sometimes doesn't work with nested lists [datafusion]

2025-02-13 Thread via GitHub
friendlymatthew commented on issue #14613: URL: https://github.com/apache/datafusion/issues/14613#issuecomment-2657928639 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 comment

[I] function: `array_prepend` sometimes doesn't work with nested lists [datafusion]

2025-02-11 Thread via GitHub
jkosh44 opened a new issue, #14613: URL: https://github.com/apache/datafusion/issues/14613 ### Describe the bug When using the function `array_prepend` with nested lists an error is sometimes returned. Interestingly some nested types work. The following types DO NOT work: