Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLINK-8515] update RocksDBMapState to replace deprecated remove() with delete() #5365

Closed
wants to merge 1 commit into from
Closed

Conversation

bowenli86
Copy link
Member

What is the purpose of the change

RocksDBMapState is currently using rocksdb#remove() which is deprecated. Should be replaced with rocksdb#delete()

Brief change log

update RocksDBMapState to replace deprecated remove() with delete()

Verifying this change

This change is already covered by existing tests, such as StateBackendTestBase#testMapState()

Does this pull request potentially affect one of the following parts:

none

Documentation

none

@bowenli86
Copy link
Member Author

cc @StefanRRichter

@StefanRRichter
Copy link
Contributor

StefanRRichter commented Jan 29, 2018

In general, LGTM. I just have the exact same change already in one sub-commit of another open PR, so this change will get in one way or the other.

@StephanEwen
Copy link
Contributor

This change has already gotten in via another commit.

@bowenli86 can you close this PR?
Thank you for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants