jnh5y commented on code in PR #24699: URL: https://github.com/apache/flink/pull/24699#discussion_r1809434479
########## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/runtime/batch/sql/MatchRecognizeITCase.java: ########## @@ -567,7 +912,7 @@ void testUserDefinedFunctions() { "SELECT *\n" + "FROM MyTable\n" + "MATCH_RECOGNIZE (\n" - + " ORDER BY proctime\n" + + " ORDER BY ts\n" Review Comment: As a question, do we need to change all of the tests from using PROCTIME() to ts? E.g., can the existing behavior remain? -- 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