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

[VL] Use collect_list aggregate function in velox #5285

Merged
merged 1 commit into from
Apr 7, 2024

Conversation

liujiayi771
Copy link
Contributor

What changes were proposed in this pull request?

facebookincubator/velox#9231 implemented a new collect_list aggregate function based on the semantics of Spark. Gluten can switch to use this new aggregate function without the need to rewrite the collect_list function in Spark.

How was this patch tested?

Exists CI tests.

Copy link

github-actions bot commented Apr 3, 2024

Thanks for opening a pull request!

Could you open an issue for this pull request on Github Issues?

https://github.com/apache/incubator-gluten/issues

Then could you also rename commit message and pull request title in the following format?

[GLUTEN-${ISSUES_ID}][COMPONENT]feat/fix: ${detailed message}

See also:

Copy link

github-actions bot commented Apr 3, 2024

Run Gluten Clickhouse CI

Copy link
Contributor

@zhouyuan zhouyuan left a comment

Choose a reason for hiding this comment

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

👍

@liujiayi771
Copy link
Contributor Author

cc @ulysses-you.

@PHILO-HE
Copy link
Contributor

PHILO-HE commented Apr 7, 2024

Hi @liujiayi771, I note @ulysses-you once proposed a PR to make null-handling aligned with Spark: #4805. Do we still need it for collect_list?

@PHILO-HE
Copy link
Contributor

PHILO-HE commented Apr 7, 2024

Hi @liujiayi771, I note @ulysses-you once proposed a PR to make null-handling aligned with Spark: #4805. Do we still need it for collect_list?

Just note collect_list is excluded for that logic. Then, the PR looks good!

Copy link
Contributor

@PHILO-HE PHILO-HE left a comment

Choose a reason for hiding this comment

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

Thanks!

@PHILO-HE PHILO-HE merged commit d1d3900 into apache:main Apr 7, 2024
34 checks passed
@liujiayi771 liujiayi771 deleted the collect_list branch April 7, 2024 06:42
guixiaowen pushed a commit to guixiaowen/gluten that referenced this pull request Apr 9, 2024
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