8000 [columnar] Don't use vectorized aggregates if FILTER is used by mkaruza · Pull Request #181 · hydradatabase/columnar · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[columnar] Don't use vectorized aggregates if FILTER is used #181

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

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

mkaruza
Copy link
Contributor
@mkaruza mkaruza commented Oct 25, 2023
  • Don't use vectorized aggregates if FILTER is used. FILTER is part of aggregate node execution - not part of custom scan.

@mkaruza mkaruza requested a review from wuputah October 25, 2023 06:25
* Don't use vectorized aggregates if FILTER is used. FILTER is part of
  aggregate node execution - not part of custom scan.
Copy link
Member
@wuputah wuputah left a comment

Choose a reason for hiding this comment

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

Naively, it looks weird because you would think elog(ERROR, …) would not alter the flow control, but it does.

If the severity level is ERROR or higher, ereport aborts execution of the current query and does not return to the caller. If the severity level is lower than ERROR, ereport returns normally.

Thanks for the tests! ✅

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 45b5f95 into main Oct 25, 2023
@mkaruza mkaruza deleted the github#180 branch October 25, 2023 18:28
@wuputah wuputah mentioned this pull request Nov 6, 2023
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.

3 participants
0