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

[CHORE] Begin integrating Rust Logical Plan with Dataframe API #1207

Merged
merged 6 commits into from
Aug 2, 2023

FileFormat enum

790fa24
Select commit
Loading
Failed to load commit list.
Merged

[CHORE] Begin integrating Rust Logical Plan with Dataframe API #1207

FileFormat enum
790fa24
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Aug 2, 2023 in 0s

88.10% (-0.32%) compared to e681536

View this Pull Request on Codecov

88.10% (-0.32%) compared to e681536

Details

Codecov Report

Merging #1207 (790fa24) into main (e681536) will decrease coverage by 0.32%.
Report is 2 commits behind head on main.
The diff coverage is 57.57%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1207      +/-   ##
==========================================
- Coverage   88.41%   88.10%   -0.32%     
==========================================
  Files          55       56       +1     
  Lines        5620     5656      +36     
==========================================
+ Hits         4969     4983      +14     
- Misses        651      673      +22     
Files Changed Coverage Δ
daft/io/common.py 64.51% <23.07%> (-30.23%) ⬇️
daft/logical/rust_logical_plan.py 66.66% <66.66%> (ø)
daft/io/parquet.py 90.00% <87.50%> (-3.34%) ⬇️
daft/context.py 80.55% <100.00%> (ø)
daft/dataframe/dataframe.py 88.84% <100.00%> (ø)

... and 3 files with indirect coverage changes