Skip to content

Commit 90432f9

Browse files
committed
Fix bad merge: add mark complete
1 parent 3d01312 commit 90432f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

datafusion/physical-plan/src/joins/hash_join/shared_bounds.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@ impl SharedBuildAccumulator {
578578
}
579579
}
580580
}
581+
self.dynamic_filter.mark_complete();
581582
}
582583

583584
Ok(())

0 commit comments

Comments
 (0)