You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The input type is not passed into a block within a pipeline.
How to reproduce
> ls | into df | group-by name type
LazyGroupBy apply aggregation to complete execution plan
> ls | into df | if true { group-by name type }
Error: nu::parser::extra_positional (link)
× Extra positional argument.
╭─[entry #5:1:1]
1 │ ls | into df | if true { group-by name type }
· ──┬─
· ╰── extra positional argument
╰────
help: Usage: group-by (grouper)
Describe the bug
The input type is not passed into a block within a pipeline.
How to reproduce
Expected behavior
Both should work
Screenshots
No response
Configuration
Additional context
No response
The text was updated successfully, but these errors were encountered: