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

GroupArrayIntersect aggregate function #49862

Closed
wants to merge 9 commits into from

Conversation

Lirikl
Copy link
Contributor

@Lirikl Lirikl commented May 13, 2023

Changelog category (leave one):

  • New Feature

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

add GroupArrayIntersect(array_column) function which aggregates column of array type into array consting of unique elements which are present in every array of column

@alexey-milovidov alexey-milovidov added the can be tested Allows running workflows for external contributors label May 13, 2023
@alexey-milovidov alexey-milovidov self-assigned this May 13, 2023
@robot-ch-test-poll4 robot-ch-test-poll4 added the pr-feature Pull request with new product feature label May 13, 2023
@robot-ch-test-poll4
Copy link
Contributor

robot-ch-test-poll4 commented May 13, 2023

This is an automated comment for commit c905c37 with description of existing statuses. It's updated for the latest CI running
The full report is available here
The overall status of the commit is 🔴 failure

Check nameDescriptionStatus
CI runningA meta-check that indicates the running CI. Normally, it's in success or pending state. The failed status indicates some problems with the PR🟡 pending
Docs CheckBuilds and tests the documentation🟡 pending
Fast testNormally this is the first check that is ran for a PR. It builds ClickHouse and runs most of stateless functional tests, omitting some. If it fails, further checks are not started until it is fixed. Look at the report to see which tests fail, then reproduce the failure locally as described here🟢 success
Mergeable CheckChecks if all other necessary checks are successful🔴 failure
Push to DockerhubThe check for building and pushing the CI related docker images to docker hub🟢 success
Style CheckRuns a set of checks to keep the code style clean. If some of tests failed, see the related log from the report🔴 failure

@alexey-milovidov alexey-milovidov removed their assignment Nov 19, 2023
@alexey-milovidov
Copy link
Member

Missing tests.

@alexey-milovidov
Copy link
Member

The code should be moved to .cpp entirely.

@yariks5s yariks5s self-assigned this Jan 30, 2024
@yariks5s
Copy link
Member

Will close this PR because groupArrayIntersect is implemented in #59598.

@yariks5s yariks5s closed this Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
can be tested Allows running workflows for external contributors pr-feature Pull request with new product feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants