On table grouping by keeps order, order by doesn't keep grouping
Open
bug
Menas
priority: medium
- Dominant language
- Scala
- Stars
- 33
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
## Describe the bug
If I order by and then group. The order is maintained. But not vice versa.
## Expected behaviour
I expect grouping to last even through ordering. So I can use both methods at the same time.
Contributor guide
Assessment
This issue has not been assessed yet.