tikv / rust-rocksdb

rust wrapper for rocksdb
Apache License 2.0
278 stars 155 forks source link

expose key boundaries of compaction filter context #630

Closed MrCroxx closed 3 years ago

MrCroxx commented 3 years ago

expose start_key and end_key in CompactionFilterContext.

Signed-off-by: MrCroxx mrcroxx@outlook.com

MrCroxx commented 3 years ago

PTAL @tabokie @hicqu

ti-srebot commented 3 years ago

@hicqu, Thanks for your review. The bot only counts LGTMs from Reviewers and higher roles, but you're still welcome to leave your comments. See the corresponding SIG page for more information. Related SIG: engine(slack).

tabokie commented 3 years ago

/run-all-tests

yiwu-arbug commented 3 years ago

@MrCroxx do you still need to merge this PR? rebase?

MrCroxx commented 3 years ago

@yiwu-arbug Yep, I think this interface can be kept for further use. I've resolved the conflicts.