snuyanzin commented on code in PR #22574:
URL: https://github.com/apache/flink/pull/22574#discussion_r1193727112
##########
flink-formats/flink-avro/src/test/java/org/apache/flink/formats/avro/AvroFilesystemITCase.java:
##########
@@ -31,20 +33,16 @@
import static org.apache.avro.file.DataFileConstants.NULL_CODEC;
/** ITCase to test avro format for {@link AvroFileFormatFactory} in batch
mode. */
-@RunWith(Parameterized.class)
+@ExtendWith(ParameterizedTestExtension.class)
public class AvroFilesystemITCase extends BatchFileSystemITCaseBase {
- private final boolean configure;
+ @Parameter public boolean configure;
- @Parameterized.Parameters(name = "{0}")
+ @Parameters(name = "{0}")
Review Comment:
```suggestion
@Parameters(name = "configure={0}")
```
--
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]