-
Notifications
You must be signed in to change notification settings - Fork 72
[REVIEW] Fix unary conditional join operations #366
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
[REVIEW] Fix unary conditional join operations #366
Conversation
Codecov Report
@@ Coverage Diff @@
## main #366 +/- ##
=======================================
Coverage 95.60% 95.60%
=======================================
Files 67 67
Lines 2932 2933 +1
Branches 546 547 +1
=======================================
+ Hits 2803 2804 +1
Misses 79 79
Partials 50 50
Continue to review full report at Codecov.
|
charlesbluca
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for digging into this @jdye64 🙂 couple comments around the test:
… stackoverflow errors with that rule
planner/src/main/java/com/dask/sql/application/DaskProgram.java
Outdated
Show resolved
Hide resolved
charlesbluca
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the work here @jdye64! LGTM
|
I believe this is intended to fix a StackOverflow condition when running q14. Unfortunately even when I include this fix, I still get a hang and the DAG is never fully generated. I suspect this may be another CBO infinite loop? |
…zed left, then back right, over and over again
|
With @jdye64 's latest changes here, the query works again as expected. This is good to merge from my perspective. |
|
Failures seem to be related to CodeCov and not actual tests failing - going to merge this in. Thanks again @jdye64! |
No description provided.