[
https://issues.apache.org/jira/browse/FLINK-8441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16334117#comment-16334117
]
ASF GitHub Bot commented on FLINK-8441:
---------------------------------------
Github user StefanRRichter commented on a diff in the pull request:
https://github.com/apache/flink/pull/5323#discussion_r162898707
--- Diff:
flink-contrib/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBListState.java
---
@@ -60,6 +59,11 @@
*/
private final WriteOptions writeOptions;
+ /**
+ * Simulated separator of StringAppendTestOperator in RocksDB.
--- End diff --
I would drop the word `Simulated`.
> serialize values and value separator directly to stream in RocksDBListState
> ---------------------------------------------------------------------------
>
> Key: FLINK-8441
> URL: https://issues.apache.org/jira/browse/FLINK-8441
> Project: Flink
> Issue Type: Improvement
> Components: State Backends, Checkpointing
> Affects Versions: 1.5.0
> Reporter: Bowen Li
> Assignee: Bowen Li
> Priority: Major
> Fix For: 1.5.0
>
>
> In \{{RocksDBListState#getPreMergedValue}}, we could probably serialize
> values and value separator directly into {{keySerializationStream}}.
> We tried once, it didn't work out. Let's try one more time
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)