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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5bec337  Fix typo in reference.md
5bec337 is described below

commit 5bec337baad02a8cbf62df6b1260f52326d59eef
Author: snuyanzin <snuyan...@gmail.com>
AuthorDate: Mon Oct 18 18:03:04 2021 +0200

    Fix typo in reference.md
    
    Close apache/calcite#2589
---
 site/_docs/reference.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/_docs/reference.md b/site/_docs/reference.md
index caf0588..f186cca 100644
--- a/site/_docs/reference.md
+++ b/site/_docs/reference.md
@@ -2054,7 +2054,7 @@ completeness. Session is applied per product.
 **Note**: The `Tumble`, `Hop` and `Session` window table functions assign
 each row in the original table to a window. The output table has all
 the same columns as the original table plus two additional columns 
`window_start`
-and `window_end`, which repesent the start and end of the window interval, 
respectively.
+and `window_end`, which represent the start and end of the window interval, 
respectively.
 
 ### Grouped window functions
 **warning**: grouped window functions are deprecated.
@@ -2674,7 +2674,7 @@ Result
 SQL
 
 {% highlight sql %}
-ELECT JSON_KEYS(v) AS c1,
+SELECT JSON_KEYS(v) AS c1,
   JSON_KEYS(v, 'lax $.a') AS c2,
   JSON_KEYS(v, 'lax $.b') AS c2,
   JSON_KEYS(v, 'strict $.a[0]') AS c3,

Reply via email to