Error when `f[:]` is used in the sort context
Open
bug
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 164
- Avg merge
- 7h 31m
- Merged PRs (30d)
- 1
Description
```python
from datatable import dt, f, sort
DT = dt.Frame([[1], [1]])
DT[:, :, sort(f[:])]
```
produces
```python
AssertionError: Assertion 'flags.size() == ncols' failed in src/core/expr/eval_context.cc, line 264
```
Contributor guide
Assessment
This issue has not been assessed yet.