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: Support intersect all and except distinct/all in DataFrame API #3537

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

fix doctests

5a8ee7b
Select commit
Loading
Failed to load commit list.
Open

feat: Support intersect all and except distinct/all in DataFrame API #3537

fix doctests
5a8ee7b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 20, 2024 in 0s

92.55% of diff hit (target 77.84%)

View this Pull Request on Codecov

92.55% of diff hit (target 77.84%)

Annotations

Check warning on line 19 in src/daft-functions/src/list/list_fill.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-functions/src/list/list_fill.rs#L17-L19

Added lines #L17 - L19 were not covered by tests

Check warning on line 94 in src/daft-functions/src/list/list_fill.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-functions/src/list/list_fill.rs#L94

Added line #L94 was not covered by tests

Check warning on line 101 in src/daft-functions/src/list/list_fill.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-functions/src/list/list_fill.rs#L101

Added line #L101 was not covered by tests

Check warning on line 72 in src/daft-logical-plan/src/ops/set_operations.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-logical-plan/src/ops/set_operations.rs#L63-L72

Added lines #L63 - L72 were not covered by tests

Check warning on line 87 in src/daft-logical-plan/src/ops/set_operations.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-logical-plan/src/ops/set_operations.rs#L82-L87

Added lines #L82 - L87 were not covered by tests

Check warning on line 433 in src/daft-logical-plan/src/ops/set_operations.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-logical-plan/src/ops/set_operations.rs#L425-L433

Added lines #L425 - L433 were not covered by tests