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

[CH] support expression ZipWith #6816

Closed
Tracked by #6817
taiyang-li opened this issue Aug 13, 2024 · 1 comment · Fixed by #7211
Closed
Tracked by #6817

[CH] support expression ZipWith #6816

taiyang-li opened this issue Aug 13, 2024 · 1 comment · Fixed by #7211
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@taiyang-li
Copy link
Contributor

taiyang-li commented Aug 13, 2024

Description

Spark zip_with(arr1, arr2, func) = CH arrayMap(func, arrayZipUnaigned(arr1, arr2))

Current work depends on another CH pr: ClickHouse/ClickHouse#69030 , which is under review.

@taiyang-li
Copy link
Contributor Author

The CH PR had been merged. Let's do it.

sharkdtu pushed a commit to sharkdtu/gluten that referenced this issue Nov 11, 2024
…apache#7211)

What changes were proposed in this pull request?
(Please fill in changes proposed in this fix)

(Fixes: apache#6816)

How was this patch tested?
GlutenDataFrameFunctionsSuite

"arrays zip_with function - for non-primitive types"
"arrays zip_with function - for non-primitive types"
"arrays zip_with function - invalid"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant