Skip to content

Comments

Remove array_dupes and array_has_dupes alias.#23762

Merged
amitkdutta merged 1 commit intoprestodb:masterfrom
amitkdutta:rm_dupes
Oct 2, 2024
Merged

Remove array_dupes and array_has_dupes alias.#23762
amitkdutta merged 1 commit intoprestodb:masterfrom
amitkdutta:rm_dupes

Conversation

@amitkdutta
Copy link
Contributor

Description

Removing non-standard alias names array_dupes and array_has_dupes. These were moved to alias and removed from documentation in 2021.

Motivation and Context

Keeping function names standard.

Impact

If there is any legacy usage of these aliases, those needs to be migrated to standard names. Standard name array_duplicates and array_has_duplicates are already available and no change is done there.

Test Plan

Existing tests and removed test with alias.

Release Notes

Please follow release notes guidelines and fill in the release notes below.

== RELEASE NOTES ==

General Changes
* Remove array_dupes and array_has_dupes alias names from functions :func:`array_duplicates` and :func:`array_has_duplicates`.

@amitkdutta amitkdutta requested a review from a team as a code owner October 2, 2024 17:24
@amitkdutta amitkdutta requested a review from presto-oss October 2, 2024 17:24
Copy link
Contributor

@NikhilCollooru NikhilCollooru left a comment

Choose a reason for hiding this comment

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

If there are any pipelines using these aliases, they will fail. We should make a post in the Presto FYI group to inform the users

@amitkdutta amitkdutta merged commit 8a026e5 into prestodb:master Oct 2, 2024
amitkdutta added a commit to amitkdutta/velox that referenced this pull request Oct 2, 2024
Summary: Removing deprecated function alias for array_duplicates and array_has_duplicates. We have already removed this from Presto prestodb/presto#23762

Differential Revision: D63771171
amitkdutta added a commit to amitkdutta/velox that referenced this pull request Oct 2, 2024
…r#11150)

Summary:

Removing deprecated function alias for array_duplicates and array_has_duplicates. We have already removed this from Presto prestodb/presto#23762

Reviewed By: kgpai

Differential Revision: D63771171
facebook-github-bot pushed a commit to facebookincubator/velox that referenced this pull request Oct 2, 2024
Summary:
Pull Request resolved: #11150

Removing deprecated function alias for array_duplicates and array_has_duplicates. We have already removed this from Presto prestodb/presto#23762

Reviewed By: kgpai

Differential Revision: D63771171

fbshipit-source-id: 90d25755cf037489611633acb52caa4bc3d3247f
@jaystarshot jaystarshot mentioned this pull request Nov 1, 2024
25 tasks
@tdcmeehan tdcmeehan added the from:Meta PR from Meta label Dec 13, 2024
athmaja-n pushed a commit to athmaja-n/velox that referenced this pull request Jan 10, 2025
…r#11150)

Summary:
Pull Request resolved: facebookincubator#11150

Removing deprecated function alias for array_duplicates and array_has_duplicates. We have already removed this from Presto prestodb/presto#23762

Reviewed By: kgpai

Differential Revision: D63771171

fbshipit-source-id: 90d25755cf037489611633acb52caa4bc3d3247f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

from:Meta PR from Meta

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants