You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
Describe the bug
This is a rare case of hashagg over multiple columns, as the keys are combined into one "row" like String, some different rows will be counted into one group
To Reproduce
group by col_a, col_b
col_a
col_b
"ab"
"ab"
"a"
"bab"
"aba"
"b"
"abab"
""
Expected behavior
fix the hash conflict in the above case
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
This is a rare case of hashagg over multiple columns, as the keys are combined into one "row" like String, some different rows will be counted into one group
To Reproduce
group by col_a, col_b
Expected behavior
fix the hash conflict in the above case
Additional context
N/A
The text was updated successfully, but these errors were encountered: