Skip to content

refactor: move LazyTableProvider into python crate #3509

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

Merged
merged 1 commit into from
Jun 1, 2025

Conversation

roeap
Copy link
Collaborator

@roeap roeap commented Jun 1, 2025

Description

A small step in making our datafusion module a bit more parse-able. The LazyTableProvider is not used in the core crate, but only in the python crate, thus moving it over there.

@github-actions github-actions bot added binding/python Issues for the Python package binding/rust Issues for the Rust crate labels Jun 1, 2025
Copy link

codecov bot commented Jun 1, 2025

Codecov Report

Attention: Patch coverage is 82.57261% with 42 lines in your changes missing coverage. Please review.

Project coverage is 74.18%. Comparing base (caaf56a) to head (bc0b5fe).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
python/src/datafusion.rs 82.57% 32 Missing and 10 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3509      +/-   ##
==========================================
+ Coverage   74.03%   74.18%   +0.14%     
==========================================
  Files         148      149       +1     
  Lines       44333    44505     +172     
  Branches    44333    44505     +172     
==========================================
+ Hits        32822    33015     +193     
+ Misses       9377     9342      -35     
- Partials     2134     2148      +14     

☔ 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.

ion-elgreco
ion-elgreco previously approved these changes Jun 1, 2025
@roeap roeap added this pull request to the merge queue Jun 1, 2025
Merged via the queue into delta-io:main with commit 028db69 Jun 1, 2025
29 checks passed
@roeap roeap deleted the feat/more-sql branch June 1, 2025 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants