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

[columnar] Direct aggregates should accept only column argument #147

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

mkaruza
Copy link
Contributor

@mkaruza mkaruza commented Sep 14, 2023

When custom vectorized aggregates exeuction checks argument it should allow only column argument and reject other argments (const, function, ...).

Fixes #145.

When custom vectorized aggregates exeuction checks argument it should
allow only column argument and reject other argments (const, function, ...).

Fixes github#145.
Copy link
Contributor

@JerrySievert JerrySievert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@mkaruza mkaruza merged commit d3be49b into main Sep 14, 2023
@mkaruza mkaruza deleted the columnar-da-invalid-arguments branch September 14, 2023 16:11
@wuputah
Copy link
Member

wuputah commented Sep 14, 2023

thanks @mkaruza!

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.

[Bug] aggregate of certain generated columns causes segfault
3 participants