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

change default features to be none #339

Merged
merged 3 commits into from
Oct 1, 2024

Conversation

zachschuermann
Copy link
Collaborator

remove sync-engine from default features so there are no features enabled by default. note this will required delta-rs to change their dependency specification to likely turn on arrow-conversion feature flag.

Copy link

codecov bot commented Sep 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.87%. Comparing base (e6004ed) to head (783199c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #339      +/-   ##
==========================================
- Coverage   74.89%   74.87%   -0.03%     
==========================================
  Files          43       43              
  Lines        8409     8409              
  Branches     8409     8409              
==========================================
- Hits         6298     6296       -2     
- Misses       1724     1726       +2     
  Partials      387      387              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@hntd187 hntd187 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also update the readme to reflect that users have to opt into a client via the features flag?

Copy link
Collaborator

@nicklan nicklan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm good with this as long as we update the README as steve requested

@zachschuermann zachschuermann requested a review from hntd187 October 1, 2024 18:07
Copy link
Collaborator

@hntd187 hntd187 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for the doc updates

Copy link
Collaborator

@nicklan nicklan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you mention that the sync engine only supports local storage

@zachschuermann zachschuermann merged commit 5b98c85 into delta-io:main Oct 1, 2024
10 checks passed
@zachschuermann zachschuermann deleted the no-default-features branch October 1, 2024 18:56
nicklan pushed a commit to nicklan/delta-kernel-rs that referenced this pull request Oct 2, 2024
remove sync-engine from default features so there are no features
enabled by default.
nicklan added a commit to nicklan/delta-kernel-rs that referenced this pull request Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants