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] Outer joins for native executor #2860

Merged
merged 16 commits into from
Oct 22, 2024

need to drop sender

c797da4
Select commit
Loading
Failed to load commit list.
Merged

[FEAT] Outer joins for native executor #2860

need to drop sender
c797da4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 19, 2024 in 0s

98.42% of diff hit (target 64.12%)

View this Pull Request on Codecov

98.42% of diff hit (target 64.12%)

Annotations

Check warning on line 332 in src/arrow2/src/bitmap/mutable.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arrow2/src/bitmap/mutable.rs#L332

Added line #L332 was not covered by tests

Check warning on line 26 in src/daft-local-execution/src/intermediate_ops/inner_hash_join_probe.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-local-execution/src/intermediate_ops/inner_hash_join_probe.rs#L26

Added line #L26 was not covered by tests

Check warning on line 34 in src/daft-local-execution/src/intermediate_ops/inner_hash_join_probe.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-local-execution/src/intermediate_ops/inner_hash_join_probe.rs#L34

Added line #L34 was not covered by tests

Check warning on line 129 in src/daft-local-execution/src/intermediate_ops/inner_hash_join_probe.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-local-execution/src/intermediate_ops/inner_hash_join_probe.rs#L129

Added line #L129 was not covered by tests

Check warning on line 92 in src/daft-local-execution/src/sinks/outer_hash_join_probe.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-local-execution/src/sinks/outer_hash_join_probe.rs#L92

Added line #L92 was not covered by tests

Check warning on line 100 in src/daft-local-execution/src/sinks/outer_hash_join_probe.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-local-execution/src/sinks/outer_hash_join_probe.rs#L100

Added line #L100 was not covered by tests

Check warning on line 108 in src/daft-local-execution/src/sinks/outer_hash_join_probe.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-local-execution/src/sinks/outer_hash_join_probe.rs#L108

Added line #L108 was not covered by tests

Check warning on line 319 in src/daft-local-execution/src/sinks/outer_hash_join_probe.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-local-execution/src/sinks/outer_hash_join_probe.rs#L319

Added line #L319 was not covered by tests