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

Fix Enum type parsing when it wrapped in SimpleAggregateFunction #170

Merged
merged 1 commit into from
Nov 2, 2020

Conversation

fm4v
Copy link

@fm4v fm4v commented Nov 2, 2020

If SimpleAggregateFunction(Enum('a'=1,'b'=2)) queried by driver (with any Enum parameters), it can't be correcty parsed by function create_simple_aggregate_function_column, because it splits by comma to get secondary type of a SimpleAggregateFunction, but Enum type contains coma too.

Covered by tests.

@xzkostyan xzkostyan merged commit d7971c0 into mymarilyn:master Nov 2, 2020
xzkostyan added a commit that referenced this pull request Nov 2, 2020
xzkostyan added a commit that referenced this pull request Nov 3, 2020
xzkostyan added a commit that referenced this pull request Nov 3, 2020
xzkostyan added a commit that referenced this pull request Nov 3, 2020
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.

2 participants