Skip to content

Commit fbb14e4

Browse files
committed
Fix bad merge: mark complete
1 parent c172dc1 commit fbb14e4

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)