tzulitai commented on a change in pull request #11335: [FLINK-16313][state-processor-api] Properly dispose of native resources when closing input split URL: https://github.com/apache/flink/pull/11335#discussion_r388998971
########## File path: flink-libraries/flink-state-processing-api/src/test/java/org/apache/flink/state/api/RocksDBStateBackendReaderKeyedStateITCase.java ########## @@ -22,12 +22,9 @@ import org.apache.flink.runtime.state.StateBackend; import org.apache.flink.runtime.state.memory.MemoryStateBackend; -import org.junit.Ignore; - /** * IT Case for reading state from a RocksDB keyed state backend. */ -@Ignore Review comment: Ah, just saw the discussions in the JIRA. Got it, seems like a revert of temporary ignore. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
