You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @peterenescu, thank you for creating this issue. Could the example queries be simplified further, e.g., by removing the irrelevant subexpressions, or replace subexpressions with their results as literal constants? Also, there are multiple example queries, which one should I look at if I'd like to understand the difference between the rpad in Velox and that in Presto?
Description
rpad
produces mismatched values between Presto/Velox which propagates invalid to_base64 value in fuzzer run.Reproduction
(Velox followed by Presto)
Relevant logs
Some additional runs to show nested calls have
rpad
as the culprit of the value differences.hmac_sha1
matches (Velox followed by Presto)):to_base64
mismatches but because of mismatched input cascaed fromrpad
run (Velox followed by Presto):The text was updated successfully, but these errors were encountered: