Skip to content

Commit

Permalink
fix: typo in static query WHERE clause example (#3423)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcrfxia authored Sep 27, 2019
1 parent 0ceff31 commit 7ad3248
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ private static KsqlException invalidWhereClauseException(
+ System.lineSeparator()
+ " + a single window lower bound, e.g. `WHERE WINDOWSTART = z`, or"
+ System.lineSeparator()
+ " + a range, e.g. `WHERE a < WINDOWSTART AND WINDOWSTART < b"
+ " + a range, e.g. `WHERE a <= WINDOWSTART AND WINDOWSTART < b"
+ System.lineSeparator()
+ "WINDOWSTART currently supports operators: " + VALID_WINDOW_BOUNDS_TYPES_STRING
+ System.lineSeparator()
Expand Down

0 comments on commit 7ad3248

Please sign in to comment.