amaliujia commented on a change in pull request #1761:
URL: https://github.com/apache/calcite/pull/1761#discussion_r411090617



##########
File path: site/_docs/reference.md
##########
@@ -1875,14 +1876,44 @@ is named as "fixed windowing".
 
 | Operator syntax      | Description
 |:-------------------- |:-----------
-| TUMBLE(table, DESCRIPTOR(column_name), interval [, time ]) | Indicates a 
tumbling window of *interval* for *datetime*, optionally aligned at *time*. 
Tumbling is applied on table in which there is a watermarked column specified 
by descriptor.
+| TUMBLE(table, DESCRIPTOR(datetime), interval [, time ]) | Indicates a 
tumbling window of *interval* for *datetime*, optionally aligned at *time*.
 

Review comment:
       yes you are right. We don't support it so far.
   
   Do you prefer me to support it in this PR, or a future PR (I can modify 
documentation accordingly)? 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to