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

Add trim_array function #17401

Merged
merged 1 commit into from
Mar 16, 2022
Merged

Add trim_array function #17401

merged 1 commit into from
Mar 16, 2022

Conversation

v-jizhang
Copy link
Contributor

Cherry-pick of trinodb/trino#11238

Add trim_array function. ANSI SQL syntax:

::=
TRIM_ARRAY

Co-authored-by: Yuya Ebihara [email protected]

Test plan - Added a test

== RELEASE NOTES ==

General Changes
* Add trim_array function
* ...

Hive Changes
* ...

Cherry-pick of trinodb/trino#11238

Add trim_array function. ANSI SQL syntax:

<trim array function> ::=
  TRIM_ARRAY <left paren>  <array value expression>  <comma>
  <numeric value expression>  <right paren>

Co-authored-by: Yuya Ebihara <[email protected]>
Copy link
Contributor

@prithvip prithvip left a comment

Choose a reason for hiding this comment

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

LGTM

@prithvip prithvip requested a review from tdcmeehan March 16, 2022 01:38
@tdcmeehan tdcmeehan merged commit ee2ff44 into prestodb:master Mar 16, 2022
@mshang816 mshang816 mentioned this pull request May 17, 2022
14 tasks
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