Github user aljoscha commented on a diff in the pull request:
https://github.com/apache/flink/pull/1918#discussion_r60550239
--- 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 --
Oh, for some reason I didn't see that... ð
Could you go ahead and merge
it then?
---
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 [email protected] or file a JIRA ticket
with INFRA.
---