tzulitai commented on a change in pull request #7612: [FLINK-11483][tests] 
Improve StreamOperatorSnapshotRestoreTest with JUnit's Parameterized
URL: https://github.com/apache/flink/pull/7612#discussion_r252582271
 
 

 ##########
 File path: 
flink-tests/src/test/java/org/apache/flink/test/state/operator/restore/StreamOperatorSnapshotRestoreTest.java
 ##########
 @@ -80,6 +94,18 @@
 
        protected static TemporaryFolder temporaryFolder;
 
+       @Parameterized.Parameter
+       public StateBackendEnum stateBackendEnum;
+
+       enum StateBackendEnum {
 
 Review comment:
   I meant that we don't necessarily have to have the word `Enum` in the name, 
seems redundant.
   More of a nitpick only :)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to