where
clause incorrectly reject NULL
literal (by SQLancer-NoREC)
#11248
Labels
bug
Something isn't working
Describe the bug
This query should return an empty set instead of planning error:
NULL in SQL means the absence of a value, not a specific type.
In the above query, it should interpret
NULL
as a missing boolean value.PostgreSQL reference:
DataFusion also exeucte it correctly if
Null
value is within a columnFound by SQLancer's NoREC oracle #11030
To Reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: