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

feat(api): add kernel-rustls and kernel-tls features #3335

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zeevm
Copy link

@zeevm zeevm commented Mar 17, 2025

Description

This adds two features to deltalake: "kernel-rustls" and "kernel-tls".
These features are propagated to "core" to choose the kernel engine variant, default is "kernel-rustls" and users can disable default and enable "kernel-tls" instead.

Related Issue(s)

@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Mar 17, 2025
Copy link

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.

@rtyler rtyler self-assigned this Mar 17, 2025
@zeevm zeevm changed the title feat: Add kernel-rustls and kernel-tls features feat(api): Add kernel-rustls and kernel-tls features Mar 18, 2025
@zeevm zeevm force-pushed the zeevm/choose_kernel_engine branch from 6ee0c52 to 2f55051 Compare March 18, 2025 08:03
@zeevm zeevm changed the title feat(api): Add kernel-rustls and kernel-tls features feat(api): add kernel-rustls and kernel-tls features Mar 18, 2025
Copy link

codecov bot commented Mar 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.15%. Comparing base (8acfa3f) to head (2f55051).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3335      +/-   ##
==========================================
- Coverage   72.18%   72.15%   -0.03%     
==========================================
  Files         144      144              
  Lines       45822    45822              
  Branches    45822    45822              
==========================================
- Hits        33077    33064      -13     
- Misses      10655    10657       +2     
- Partials     2090     2101      +11     

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow choosing kernel built-in engine
2 participants