Skip to content

[cherry-pick][fix](planner) fix hll_union plan: Invalid Aggregate Operator: hll_union (#14931)#15425

Merged
morningman merged 1 commit intoapache:branch-1.1-ltsfrom
zenoyang:branch-1.1-lts-fix_hll
Dec 28, 2022
Merged

[cherry-pick][fix](planner) fix hll_union plan: Invalid Aggregate Operator: hll_union (#14931)#15425
morningman merged 1 commit intoapache:branch-1.1-ltsfrom
zenoyang:branch-1.1-lts-fix_hll

Conversation

@zenoyang
Copy link
Member

Proposed changes

Issue Number: close #14931
When using hll_union aggregate function, PREAGGREGATION is always OFF and Rollup cannot be hit.

Problem summary

Describe your changes.

Checklist(Required)

  1. Does it affect the original behavior:
    • Yes
    • No
    • I don't know
  2. Has unit tests been added:
    • Yes
    • No
    • No Need
  3. Has document been added or modified:
    • Yes
    • No
    • No Need
  4. Does it need to update dependencies:
    • Yes
    • No
  5. Are there any changes that cannot be rolled back:
    • Yes (If Yes, please explain WHY)
    • No

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

…rator: hll_union (apache#14931)

When using hll_union aggregate function, PREAGGREGATION is always OFF and Rollup cannot be hit.
Copy link
Contributor

@morningman morningman left a comment

Choose a reason for hiding this comment

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

LGTM

@morningman morningman merged commit e11da0e into apache:branch-1.1-lts Dec 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants