jnh5y commented on code in PR #23869: URL: https://github.com/apache/flink/pull/23869#discussion_r1415899730
########## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/testutils/JoinTestPrograms.java: ########## @@ -107,7 +107,7 @@ public class JoinTestPrograms { static { NON_WINDOW_INNER_JOIN = - TableTestProgram.of("non-window-inner-join", "test non-window inner join") + TableTestProgram.of("join-non-window-inner-join", "test non-window inner join") Review Comment: Yeah, I don't like the duplication either... Both options are unfortunate; I find this one slightly better. Can we keep it as-is? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org