twalthr commented on a change in pull request #8062: [FLINK-11884][table] Implement expression
resolution on top of new Expressions
URL: https://github.com/apache/flink/pull/8062#discussion_r273120072
##########
File path: flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/api/stream/table/validation/OverWindowValidationTest.scala
##########
@@ -148,6 +148,6 @@ class OverWindowValidationTest extends TableTestBase {
table
.window(Over orderBy 'rowtime preceding 1.minutes as 'w)
- .select('c, 'a.count over 'w, 'w.start, 'w.end)
+ .select('c, 'a.count over 'w, 'w.start + 1, 'w.end + 2)
Review comment:
Unrelated change?
----------------------------------------------------------------
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:
users@infra.apache.org
With regards,
Apache Git Services
|