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 array_remove in CH #6806

Closed
Tracked by #6817
taiyang-li opened this issue Aug 13, 2024 · 2 comments
Closed
Tracked by #6817

[CH] support array_remove in CH #6806

taiyang-li opened this issue Aug 13, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@taiyang-li
Copy link
Contributor

Description

Spark array_remove(arr, e) = CH arrayFilter(x -> x != e, arr)

@taiyang-li taiyang-li added the enhancement New feature or request label Aug 13, 2024
@taiyang-li taiyang-li changed the title [CH] support array_remove [CH] support array_remove in CH Aug 13, 2024
@taiyang-li taiyang-li added the good first issue Good for newcomers label Aug 13, 2024
@SteNicholas
Copy link
Member

@taiyang-li, please assign this ticket to me.

@taiyang-li
Copy link
Contributor Author

@SteNicholas any progress recently ?

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

No branches or pull requests

2 participants