Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

wrong results for hashagg #1104

Open
zhouyuan opened this issue Sep 7, 2022 · 0 comments
Open

wrong results for hashagg #1104

zhouyuan opened this issue Sep 7, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@zhouyuan
Copy link
Collaborator

zhouyuan commented Sep 7, 2022

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

@zhouyuan zhouyuan added the bug Something isn't working label Sep 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant