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

url_extract_protocol: value mismatch Velox produces output whilst Presto produces NULL #12325

Open
peterenescu opened this issue Feb 13, 2025 · 0 comments
Labels
bug Something isn't working fuzzer Issues related the to Velox fuzzer test components. fuzzer-found triage Newly created issue that needs attention.

Comments

@peterenescu
Copy link
Contributor

peterenescu commented Feb 13, 2025

Bug description

Mismatch value between Velox and Presto for function url_extract_protocol

Relevant logs

(Velox execution followed by Presto)

presto:di> SELECT URL_EXTRACT_PROTOCOL(c0) FROM ( VALUES ('p9uq476ejI:') ) t(c0);
   _col0              
------------
 p9uq476ejI 
(1 row)
presto:di> SELECT URL_EXTRACT_PROTOCOL('p9uq476ejI:');
 _col0                
-------
 NULL  
(1 row)
@peterenescu peterenescu added bug Something isn't working triage Newly created issue that needs attention. fuzzer Issues related the to Velox fuzzer test components. fuzzer-found labels Feb 13, 2025
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 Issues related the to Velox fuzzer test components. fuzzer-found triage Newly created issue that needs attention.
Projects
None yet
Development

No branches or pull requests

1 participant