pnowojski commented on a change in pull request #6987: [FLINK-8897] [table] Fix
rowtime materialization issues for filters and joins
URL: https://github.com/apache/flink/pull/6987#discussion_r230039672
##########
File path:
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/stream/sql/JoinTest.scala
##########
@@ -1003,12 +980,43 @@ class JoinTest extends TableTestBase {
util.verifyTable(result, expected)
}
+ private def verifyTimeBoundary(
Review comment:
Please either revert this move or extract it to separate commit. As it is
now, I can not easily tell if something has changed or if that's a simple
refactor without any functional change.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services