reswqa commented on code in PR #22579:
URL: https://github.com/apache/flink/pull/22579#discussion_r1206804563


##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/batch/sql/join/JoinITCase.scala:
##########
@@ -1333,7 +1335,7 @@ class JoinITCase(expectedJoinType: JoinType) extends 
BatchTestBase {
 }
 
 object JoinITCase {
-  @Parameterized.Parameters(name = "{0}")
+  @Parameters(name = "{0}")

Review Comment:
   I don't quite understand why modifying the strings(value of name) doesn't go 
through compilation? What you should modify is the value of name, not itself.



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