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] Implement Anti and Semi Join #2379

Merged
merged 6 commits into from
Jun 18, 2024
Merged

[FEAT] Implement Anti and Semi Join #2379

merged 6 commits into from
Jun 18, 2024

Conversation

samster25
Copy link
Member

@samster25 samster25 commented Jun 14, 2024

closes: #2369

@github-actions github-actions bot added the enhancement New feature or request label Jun 14, 2024
Copy link

codecov bot commented Jun 14, 2024

Codecov Report

Attention: Patch coverage is 38.88889% with 121 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@e276984). Learn more about missing BASE report.

Current head 841e376 differs from pull request most recent head 1c612cf

Please upload reports for the commit 1c612cf to get more accurate results.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2379   +/-   ##
=======================================
  Coverage        ?   63.44%           
=======================================
  Files           ?      908           
  Lines           ?   102169           
  Branches        ?        0           
=======================================
  Hits            ?    64818           
  Misses          ?    37351           
  Partials        ?        0           
Files Coverage Δ
daft/hudi/hudi_scan.py 93.67% <ø> (ø)
src/daft-micropartition/src/ops/join.rs 97.61% <100.00%> (ø)
src/daft-plan/src/logical_ops/join.rs 68.00% <100.00%> (ø)
src/daft-plan/src/physical_planner/translate.rs 91.43% <0.00%> (ø)
daft/delta_lake/delta_lake_scan.py 92.47% <85.71%> (ø)
src/daft-core/src/join.rs 41.79% <0.00%> (ø)
src/daft-table/src/ops/joins/mod.rs 89.68% <83.33%> (ø)
src/daft-scan/src/python.rs 66.26% <55.55%> (ø)
...logical_optimization/rules/push_down_projection.rs 71.40% <23.68%> (ø)
src/daft-table/src/ops/hash.rs 47.87% <0.00%> (ø)
... and 1 more

@samster25 samster25 changed the title [FEAT] changes for anti join + delta fixes [FEAT] Implement Anti and Semi Join Jun 18, 2024
@samster25 samster25 enabled auto-merge (squash) June 18, 2024 03:37
@samster25 samster25 merged commit 6a7d831 into main Jun 18, 2024
45 checks passed
@samster25 samster25 deleted the sammy/left-anti-join branch June 18, 2024 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add left anti-join
1 participant