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
FPGA: Fix incorrect assignment in the db sample (#2329)
The state variable updates in MergeJoin and DuplicateMergeJoin involve a comparison of values taken from non-blocking pipe reads. These values need to be validated as coming from successful pipe reads before the state is updated.
0 commit comments