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
@tdcmeehan sorry the 2nd and 3rd queries were incorrect, but the first one should cause an error.
This is the command I used to start presto docker run -p 8080:8080 -d -v ./memory.properties:/opt/presto-server/etc/catalog/memory.properties --name presto prestodb/presto:0.288
Your Environment
Expected Behavior
Should return true or provide a more meaningful error message
Current Behavior
returns error
Query 20240910_100645_00342_v3b4v failed: at index 1
Possible Solution
Steps to Reproduce
The select query returns an error:
The subquery returns true:
Changing
false = ANY (VALUES true)), false
also results in no errors:Screenshots (if appropriate)
Context
Test case generated from SQLancer
The text was updated successfully, but these errors were encountered: