We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Velox function json_extract throws Invalid JSON path: while Presto returns successfully.
json_extract
Invalid JSON path:
SELECT json_extract(c0, c1) from (values (varchar 'CUCH<QVF,)k6^7TQ\wS|eg-f!kryH/ITg>htEok&''_:VMwUEU|8O6pE&%Xq:*|irFw(U|@8+', varchar 'wWLVRQ}-ORZM5gms?y<)$N|0*"_J{y+*!nA=F`Dt,57u`z/UoX.O;Jk8pn') ) t(c0, c1);
Additional relevant logs from fuzzer run:
Presto-0.289: Returns NULL Velox: Throws an exception "Invalid JSON path: ..." SIMDJsonExtractor
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Velox function
json_extract
throwsInvalid JSON path:
while Presto returns successfully.Reproduction
Relevant logs
Additional relevant logs from fuzzer run:
The text was updated successfully, but these errors were encountered: