twalthr commented on a change in pull request #8625:
[FLINK-12737][table-api][table-planner] Loosen Table class dependencies
URL: https://github.com/apache/flink/pull/8625#discussion_r291049834
##########
File path:
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/plan/TimeIndicatorConversionTest.scala
##########
@@ -253,9 +253,9 @@ class TimeIndicatorConversionTest extends TableTestBase {
),
term("groupBy", "long"),
term("window", "TumblingGroupWindow('w2, 'newrowtime, 1000.millis)"),
- term("select", "long", "SUM(int) AS TMP_3", "end('w2) AS TMP_2")
+ term("select", "long", "SUM(int) AS TMP_1", "end('w2) AS TMP_0")
Review comment:
side comment: If we would `TMP_` to `EXPR$`, I think we would get closer to
Calcite's output.
----------------------------------------------------------------
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