In a GroupBy table, how are the elements of the row array sorted? #965
-
Beta Was this translation helpful? Give feedback.
Answered by
blacksmithgu
Mar 22, 2022
Replies: 2 comments 8 replies
-
Can you share some YAML and the query to help us repro this? I think this is because the group by is messing with the sort order. Let me do some testing. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Group by should be stable - meaning the results in each group are in the same relative order as they were before they group. |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
blacksmithgu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Group by should be stable - meaning the results in each group are in the same relative order as they were before they group.