h2oai / h2oai/datatable

Error when `f[:]` is used in the sort context

Open
#3,208 5 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.