We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45794cf commit 59dd3e9Copy full SHA for 59dd3e9
docs.feldera.com/docs/tutorials/time-series.md
@@ -714,7 +714,7 @@ See [`NOW()`](/sql/datetime/#now) documentation for more details.
714
715
Feldera implements garbage collection for temporal filters by discarding records older
716
than the left window bound (e.g., records more than 7 days old in the above example).
717
-This optimization is sound because `NOW()` grows monotonically, and not _not_ require
+This optimization is sound because `NOW()` grows monotonically, and does _not_ require
718
the timestamp column to have a waterline.
719
720
0 commit comments