[Audit] GpuInSet should return false when checking for NULL in empty list #9429
Labels
audit_4.0.0
Audit related tasks for 4.0.0
bug
Something isn't working
good first issue
Good for newcomers
Spark fixed a longstanding bug where
NULL in (empty list)
returnedNULL
. For ANSI compliance, this is supposed to returnfalse
instead. The GPU needs emulate the same behavior in Spark 3.5.0 and above.The text was updated successfully, but these errors were encountered: