Skip to content

Commit a28dcdc

Browse files
Reenable TimestampBindingBox compaction (MaterializeInc#10516)
1 parent d0cb3a7 commit a28dcdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dataflow/src/source/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,6 +1259,8 @@ where
12591259
timestamp_histories.downgrade(cap, &partition_cursors);
12601260
bindings_cap.downgrade(cap.time());
12611261
source_metrics.capability.set(*cap.time());
1262+
// Downgrade compaction frontier to track the current time.
1263+
timestamp_histories.set_compaction_frontier(Antichain::from_elem(*cap.time()).borrow());
12621264

12631265
let (source_status, processing_status) = source_state;
12641266
// Schedule our next activation

0 commit comments

Comments
 (0)