Skip to content

Commit

Permalink
Fix typo in reference.md
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin authored and chunweilei committed Oct 28, 2021
1 parent 3af1d78 commit 5bec337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/_docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 5bec337

Please sign in to comment.