fhueske commented on code in PR #29035:
URL: https://github.com/apache/flink/pull/29035#discussion_r3880061017
##########
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:
Yes, good point. I left two with the TABLE keyword.
The first ones in `LateralSnapshotJoinTest` and
`LateralSnapshotJoinSemanticTestPrograms`
--
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]