zentol commented on a change in pull request #15044:
URL: https://github.com/apache/flink/pull/15044#discussion_r584541470
##########
File path: docs/content/docs/dev/table/tableApi.md
##########
@@ -2065,16 +2065,16 @@ Note: Currently, all aggregation functions in the same
select() call must be com
{{< tab "Scala" >}}
```scala
// Unbounded Event-time over window (assuming an event-time attribute
"rowtime")
-.window(Over partitionBy $"a" orderBy $"rowtime" preceding UNBOUNDED_RANGE as
"w")
+.window(Over partitionBy $"a" orderBy $"rowtime" preceding UNBOUNDED_RANGE as
"w");
Review comment:
this is a scala example
----------------------------------------------------------------
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]