-
Notifications
You must be signed in to change notification settings - Fork 2k
Support scalar values for func Array #2331
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Finished dev [unoptimized + debuginfo] target(s) in 0.85s
Running `target/debug/datafusion-cli`
DataFusion CLI v7.0.0
❯ SELECT array(1, 2, 3);
NotImplemented("Array is not implemented for scalar values.")
Supposed
> SELECT array(1, 2, 3);
[1,2,3]
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working