dawidwys commented on a change in pull request #13550:
URL: https://github.com/apache/flink/pull/13550#discussion_r502368225
##########
File path:
flink-state-backends/flink-statebackend-rocksdb/src/test/java/org/apache/flink/contrib/streaming/state/benchmark/StateBackendBenchmarkUtils.java
##########
@@ -74,6 +75,24 @@
case ROCKSDB:
rootDir = prepareDirectory(rootDirName, null);
return createRocksDBKeyedStateBackend(rootDir);
+ case SINGLE_KEY:
+ try {
+ return new
SingleKeyStateBackend().createKeyedStateBackend(
Review comment:
Actually I did it and forgot to force push :facepalm:
----------------------------------------------------------------
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]