snuyanzin commented on code in PR #29035:
URL: https://github.com/apache/flink/pull/29035#discussion_r3879954978
##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/batch/sql/join/LateralSnapshotJoinTest.java:
##########
@@ -71,55 +71,55 @@ void setup() {
@Test
void testInnerJoin() {
util.verifyRelPlan(
- "SELECT * FROM probe JOIN LATERAL TABLE(SNAPSHOT("
+ "SELECT * FROM probe JOIN LATERAL SNAPSHOT("
Review Comment:
I wonder if we need to keep 1-2 tests with `TABLE` just to be sure it is
still not broken...
WDYT?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]