snuyanzin commented on code in PR #28675:
URL: https://github.com/apache/flink/pull/28675#discussion_r3549354700


##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/stream/sql/MLPredictTableFunctionTest.java:
##########
@@ -103,4 +104,30 @@ public void testInputTableIsCdcStream() {
                 .hasMessageContaining(
                         "StreamPhysicalMLPredictTableFunction doesn't support 
consuming update and delete changes which is produced by node 
TableSourceScan(table=[[default_catalog, default_database, CdcTable]], 
fields=[a, b])");
     }
+
+    @Test
+    public void testOnTimeArgumentNotAllowed() {

Review Comment:
   ```suggestion
      void testOnTimeArgumentNotAllowed() {
   ```
   nit: no need for `public` in junit5



-- 
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]

Reply via email to