Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/1918#discussion_r60543157 --- Diff: flink-contrib/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBValueState.java --- @@ -64,7 +64,7 @@ * @param stateDesc The state identifier for the state. This contains name * and can create a default state value. */ - RocksDBValueState(ColumnFamilyHandle columnFamily, + public RocksDBValueState(ColumnFamilyHandle columnFamily, --- End diff -- Would it be enough to make this `protected`?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---