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/patch failed Aug 2, 2023 in 1s

57.57% of diff hit (target 88.41%)

View this Pull Request on Codecov

57.57% of diff hit (target 88.41%)

Annotations

Check warning on line 71 in daft/io/common.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/io/common.py#L71

Added line #L71 was not covered by tests

Check warning on line 74 in daft/io/common.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/io/common.py#L73-L74

Added lines #L73 - L74 were not covered by tests

Check warning on line 77 in daft/io/common.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/io/common.py#L77

Added line #L77 was not covered by tests

Check warning on line 84 in daft/io/common.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/io/common.py#L84

Added line #L84 was not covered by tests

Check warning on line 87 in daft/io/common.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/io/common.py#L86-L87

Added lines #L86 - L87 were not covered by tests

Check warning on line 90 in daft/io/common.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/io/common.py#L89-L90

Added lines #L89 - L90 were not covered by tests

Check warning on line 92 in daft/io/common.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/io/common.py#L92

Added line #L92 was not covered by tests

Check warning on line 55 in daft/io/parquet.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/io/parquet.py#L55

Added line #L55 was not covered by tests

Check warning on line 11 in daft/logical/rust_logical_plan.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/logical/rust_logical_plan.py#L11

Added line #L11 was not covered by tests

Check warning on line 15 in daft/logical/rust_logical_plan.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/logical/rust_logical_plan.py#L14-L15

Added lines #L14 - L15 were not covered by tests