The `group_concat` with `distinct` may return unstable result, so I remove the distinct and add `order by` to make test case stable
The `group_concat` with `distinct` may return unstable result, so I remove the distinct and add `order by` to make test case stable