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] Compute pool for native executor #2986

Merged
merged 15 commits into from
Oct 23, 2024

compute runtime for streaming sink

8bb0eb1
Select commit
Loading
Failed to load commit list.
Merged

[FEAT] Compute pool for native executor #2986

compute runtime for streaming sink
8bb0eb1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 22, 2024 in 1s

78.65% (+0.01%) compared to 7d600c2

View this Pull Request on Codecov

78.65% (+0.01%) compared to 7d600c2

Details

Codecov Report

Attention: Patch coverage is 77.15356% with 61 lines in your changes missing coverage. Please review.

Project coverage is 78.65%. Comparing base (7d600c2) to head (8bb0eb1).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/daft-local-execution/src/sources/scan_task.rs 0.00% 39 Missing ⚠️
src/common/runtime/src/lib.rs 88.59% 13 Missing ⚠️
...-execution/src/intermediate_ops/intermediate_op.rs 76.92% 3 Missing ⚠️
src/daft-local-execution/src/run.rs 80.00% 2 Missing ⚠️
src/daft-csv/src/metadata.rs 50.00% 1 Missing ⚠️
src/daft-io/src/python.rs 50.00% 1 Missing ⚠️
src/daft-json/src/schema.rs 50.00% 1 Missing ⚠️
src/daft-parquet/src/read.rs 90.90% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2986      +/-   ##
==========================================
+ Coverage   78.63%   78.65%   +0.01%     
==========================================
  Files         616      617       +1     
  Lines       73149    73255     +106     
==========================================
+ Hits        57524    57617      +93     
- Misses      15625    15638      +13     
Files with missing lines Coverage Δ
src/daft-csv/src/read.rs 99.33% <100.00%> (ø)
src/daft-functions/src/tokenize/bpe.rs 96.35% <100.00%> (ø)
src/daft-functions/src/uri/download.rs 83.46% <100.00%> (ø)
src/daft-functions/src/uri/upload.rs 64.63% <100.00%> (ø)
src/daft-io/src/lib.rs 70.73% <ø> (-5.09%) ⬇️
src/daft-io/src/s3_like.rs 66.41% <ø> (ø)
src/daft-json/src/read.rs 95.42% <100.00%> (ø)
...-local-execution/src/intermediate_ops/aggregate.rs 100.00% <ø> (ø)
.../src/intermediate_ops/anti_semi_hash_join_probe.rs 96.61% <100.00%> (ø)
...aft-local-execution/src/intermediate_ops/filter.rs 100.00% <ø> (ø)
... and 22 more

... and 3 files with indirect coverage changes