godfreyhe commented on a change in pull request #9056: [FLINK-13185]
[sql-parser][table-planner] Bump Calcite dependency to 1.20.0 in sql parser &
flink planner
URL: https://github.com/apache/flink/pull/9056#discussion_r301910665
##########
File path:
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/api/stream/sql/JoinTest.scala
##########
@@ -573,8 +575,8 @@ class JoinTest extends TableTestBase {
term("select", "a", "b", "proctime")
),
term("where",
- "AND(=(a, a0), >=(PROCTIME(proctime), -(PROCTIME(proctime0),
3600000)), " +
- "<=(PROCTIME(proctime), +(PROCTIME(proctime0), 3600000)))"),
+ "AND(=(a, a0), >=(PROCTIME(proctime), -(PROCTIME(proctime0),
3600000:INTERVAL HOUR))," +
+ " <=(PROCTIME(proctime), +(PROCTIME(proctime0), 3600000:INTERVAL
HOUR)))"),
term("join", "a, proctime, a0, b, proctime0"),
Review comment:
the blank was moved from end to front, because the line exceeds limit.
----------------------------------------------------------------
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]
With regards,
Apache Git Services