-
Notifications
You must be signed in to change notification settings - Fork 3
[BUG] 681: Implement rtrimmed_length function #801
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AmosAidoo Thank you for your contribution! Overall looks good! I asked for one adjustment to make this function work the same as in Snowflake, and add such cases to tests as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good - can merge after rebase!
914ed06
to
43a3a38
Compare
adds rtrimmed_length implementation according to snowflake spec
43a3a38
to
794b590
Compare
@osipovartem I am done with the rebase. |
Which issue does this PR close?
Changes
RTrimmedLengthFunc
and implemented logic according to snowflake docsHow was this tested?