-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Incorrect predicate evaluation result in a query (SQLancer-NoREC) #11621
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
bug
Something isn't working
Comments
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Describe the bug
In the following reproducer, two rows in each table should first be joined, then get evaluted to
true
by the predicate, and finally output to the final result.But the final result showed 0 rows output, it should be a logic bug.
(Verified in DuckDB and PostgreSQL)
To Reproduce
Run in datafusion-cli
And the executed result
expected result should be 1 row output:
Expected behavior
No response
Additional context
Found by SQLancer #11030
The text was updated successfully, but these errors were encountered: