Closed AndreyPavlenko closed 1 year ago
This problem is caused by two subsequent sort nodes. I'll fix the bug, but you should check a tree generated by Modin. There is no use in making two sorts in a row because it's not guaranteed to be stable and therefore only the last one would matter.
The following code:
Fails with error:
However, it does not fail if the range is <= 44_739_242 .