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
Turns out that the bug is in left semi project join. When build side is not empty, but all rows have nulls in the join keys, the 'match' columns should be set to NULL, but it is currently set to FALSE.
Description
Run fuzzer join test with the following parameters: --logtostderr --duration_sec 120 --batch_size=5 --seed 2199528297
Error Reproduction
Run fuzzer join test with the following parameters: --logtostderr --duration_sec 120 --batch_size=5 --seed 2199528297
Relevant logs
No response
The text was updated successfully, but these errors were encountered: