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 5981864b0c [CALCITE-6428] Update adapter.md
5981864b0c is described below

commit 5981864b0c3e07b76ca04e872baacbb4f3256710
Author: Thad Guidry <[email protected]>
AuthorDate: Tue Jun 4 12:26:23 2024 +0800

    [CALCITE-6428] Update adapter.md
    
    - fixes typo for time window example
---
 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