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

[BUG] [Hotfix] [Join Optimization] Fix pre-partitioned check for larger side of join. #1718

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

clarkzinzow
Copy link
Contributor

Hotfix for checking whether the larger side of a join is already-partitioned, when determining whether to use a broadcast join or a hash join.

@github-actions github-actions bot added the bug Something isn't working label Dec 11, 2023
Copy link

codecov bot commented Dec 11, 2023

Codecov Report

Merging #1718 (da7df10) into main (2739cc0) will decrease coverage by 0.19%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1718      +/-   ##
==========================================
- Coverage   85.22%   85.04%   -0.19%     
==========================================
  Files          55       55              
  Lines        5517     5517              
==========================================
- Hits         4702     4692      -10     
- Misses        815      825      +10     

see 3 files with indirect coverage changes

@clarkzinzow clarkzinzow merged commit 668399b into main Dec 11, 2023
40 checks passed
@clarkzinzow clarkzinzow deleted the clark/hotfix-broadcast-join branch December 11, 2023 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant