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

rtrim: Velox throws while Presto returns non-NULL #10973

Open
kagamiori opened this issue Sep 11, 2024 · 0 comments
Open

rtrim: Velox throws while Presto returns non-NULL #10973

kagamiori opened this issue Sep 11, 2024 · 0 comments
Labels
bug Something isn't working fuzzer-found

Comments

@kagamiori
Copy link
Contributor

Description

Query: select rtrim('123456', c0) from (values '�F�7Q��') t(c0);
Presto-0.289: Returns "123456".
Velox: Throws an exception "trim functions with custom trim characters and non-ASCII inputs are not supported yet".

Error Reproduction

No response

Relevant logs

No response

@kagamiori kagamiori added bug Something isn't working fuzzer-found labels Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fuzzer-found
Projects
None yet
Development

No branches or pull requests

1 participant