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
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
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
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: