Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multi-value non-dictionary group by #5851

Merged
merged 1 commit into from
Aug 12, 2020

Conversation

xiangfu0
Copy link
Contributor

@xiangfu0 xiangfu0 commented Aug 12, 2020

Description

Support multi-value non-dictionary group by

This is triggered when groupby has one no-dict single value column and 1 multi-value column

@xiangfu0 xiangfu0 force-pushed the support_mv_non_dict_groupby branch 5 times, most recently from d302180 to b357c66 Compare August 12, 2020 17:34
@xiangfu0 xiangfu0 force-pushed the support_mv_non_dict_groupby branch 2 times, most recently from 1958438 to 0a09e9e Compare August 12, 2020 21:13
@Jackie-Jiang
Copy link
Contributor

I think H2 does not support MV columns, so you might need to add the test into MultiValueQueriesTest

@xiangfu0 xiangfu0 force-pushed the support_mv_non_dict_groupby branch 2 times, most recently from 60e946d to ca7e6b8 Compare August 12, 2020 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Query execution error when grouping by multi-value dimension and non-dictionary encoded dimension
2 participants