This is an automated email from the ASF dual-hosted git repository.

mbudiu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/main by this push:
     new 3c4d54a82e [CALCITE-6428] Typo in adapter documentation
3c4d54a82e is described below

commit 3c4d54a82e21ec6926e6aa724ce94ead63d19083
Author: Mihai Budiu <[email protected]>
AuthorDate: Tue Jun 4 14:03:50 2024 -0700

    [CALCITE-6428] Typo in adapter documentation
    
    Signed-off-by: Mihai Budiu <[email protected]>
---
 site/_docs/adapter.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/_docs/adapter.md b/site/_docs/adapter.md
index 844b4a96be..1c2ef03b10 100644
--- a/site/_docs/adapter.md
+++ b/site/_docs/adapter.md
@@ -304,7 +304,7 @@ window functions that rely upon order (`RANK`, for example) 
cannot be used as
 aggregate functions.
 
 Another difference is that windows are *non-disjoint*: a particular row can
-appear in more than one window. For example, 10:37 appears in both the
+appear in more than one window. For example, 9:37 appears in both the
 9:00-10:00 hour and also the 9:15-9:45 hour.
 
 Window functions are computed incrementally: when the clock ticks from

Reply via email to