Closed
Description
The group_by
order can make a difference in terms of performance. In addition the order defined by the user should be preserved.
Note:
- HLRC gets replaced, I will open a separate issue for the new java client.
- transform internally re-orders group_by at runtime if it helps performance (since
7.15
), however if 2 groups have the same order type, defined order is preserved