KarinaMilet opened a new pull request, #7081: URL: https://github.com/apache/opendal/pull/7081
# Which issue does this PR close? Closes #6919. Tracking issue: #6829 # Rationale for this change Split `core/core/src/services/rocksdb` into a single crate(RFC-6828). # What changes are included in this PR? - Moved rocksdb implementation from `core/core/src/services/rocksdb` to `core/services/rocksdb`. - Created a new crate `opendal-service-rocksdb`. - Updated `opendal-core` to remove rocksdb logic and dependencies. - Updated opendal to re-export rocksdb service from the new crate. # Are there any user-facing changes? No. The public API `opendal::services::rocksdb` remains unchanged. <!--- If there are any breaking changes to public APIs, please add the `breaking-changes` label. --> # AI Usage Statement Tab completion provided by Github copilot. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
