[ https://issues.apache.org/jira/browse/FLINK-8515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16392978#comment-16392978 ]
ASF GitHub Bot commented on FLINK-8515: --------------------------------------- Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/5365 This change has already gotten in via another commit. @bowenli86 can you close this PR? Thank you for the contribution! > update RocksDBMapState to replace deprecated remove() with delete() > ------------------------------------------------------------------- > > Key: FLINK-8515 > URL: https://issues.apache.org/jira/browse/FLINK-8515 > Project: Flink > Issue Type: Improvement > Components: State Backends, Checkpointing > Affects Versions: 1.5.0 > Reporter: Bowen Li > Assignee: Bowen Li > Priority: Minor > Fix For: 1.5.0 > > > Currently in RocksDBMapState: > {code:java} > @Override > public void remove(UK userKey) throws IOException, RocksDBException { > byte[] rawKeyBytes = > serializeUserKeyWithCurrentKeyAndNamespace(userKey); > backend.db.remove(columnFamily, writeOptions, rawKeyBytes); > } > {code} > remove() is actually deprecated. Should be replaced with delete() -- This message was sent by Atlassian JIRA (v7.6.3#76005)