klion26 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_r252599373
########## 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: Thank you for your patient explanation. If we change `enum StateBackendEnum` to `enum StateBackend`, then we have to replace `StateBackend` with `org.apache.flink.runtime.state.StateBackend` in line 162 and line 235, so I chose the `enum StateBackendEnum` style. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services