-
Notifications
You must be signed in to change notification settings - Fork 461
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
refactor: add 'cloud' feature to 'core' to enable 'cloud' on 'object_store' only when needed #3332
Conversation
ACTION NEEDED delta-rs follows the Conventional Commits specification for release automation. The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3332 +/- ##
==========================================
- Coverage 72.18% 72.17% -0.02%
==========================================
Files 144 144
Lines 45822 45822
Branches 45822 45822
==========================================
- Hits 33077 33070 -7
- Misses 10655 10657 +2
- Partials 2090 2095 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@@ -12,7 +12,7 @@ repository.workspace = true | |||
rust-version.workspace = true | |||
|
|||
[dependencies] | |||
deltalake-core = { version = "0.25.0", path = "../core" } | |||
deltalake-core = { version = "0.25.0", path = "../core", features = ["cloud"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
Signed-off-by: Ze'ev Maor <[email protected]>
Head branch was pushed to by a user without write access
3ea8101
to
7e3cf73
Compare
@ion-elgreco anything else required to finish merging this change? |
Nope, merging was simply blocked because the pr name was invalid before |
Description
This new feature in 'core' allows only enabling 'cloud' on 'object_store' when user enabled azure/s3/gcp/lakefs
Related Issue(s)