Skip to content

Commit 7102432

Browse files
committed
Fix formatting of garbage collection section
Signed-off-by: Leonid Ryzhyk <ryzhyk@gmail.com>
1 parent e2a1b7f commit 7102432

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs.feldera.com/docs/tutorials/time-series.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,8 +657,9 @@ ON purchase.customer_id = customer.customer_id;
657657

658658
The incremental as-of join operator stores both of its input relations. If both
659659
timestamp columns in the `MATCH_CONDITION` have waterlines, the operator will
660-
- discard records below the smaller of the two waterlines from the left collection
661-
- discard all except the last record below the smaller of the two waterlines for each join key
660+
661+
* discard records below the smaller of the two waterlines from the left collection
662+
* discard all except the last record below the smaller of the two waterlines for each join key
662663
from the right collection.
663664

664665
### `LAG` and `LEAD`

0 commit comments

Comments
 (0)