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
fix: resolve HashJoin deadlock with dynamic filtering and empty partitions
Defer short-circuiting to Completed state for empty partitions when
dynamic filtering is enabled. This ensures all partitions participate
in the SharedBuildAccumulator barrier synchronization before finishing.
Made-with: Cursor
0 commit comments