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


##########
flink-table/flink-table-api-java/src/test/java/org/apache/flink/table/test/program/TableTestProgram.java:
##########
@@ -177,6 +177,14 @@ public List<FunctionTestStep> getSetupFunctionTestSteps() {
                 .collect(Collectors.toList());
     }
 
+    /** Convenience method to avoid casting. It assumes that the order of 
steps is not important. */

Review Comment:
   I usually faced adj + noun rather than noun + noun... not sure how correct 
it is...
   ```suggestion
       /** Convenient method to avoid casting. It assumes that the order of 
steps is not important. */
   ```
   



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

Reply via email to