You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This enhancement is motivated by a recent bug fixed in #10045. The bug could happen in all types of joins except right-semi-filter and right-semi-project joins. The bug happens when the join comes with a filter that is a conjunction on two columns that are included in the join's output. See the test cases added in the fix PR for a concrete example.
The text was updated successfully, but these errors were encountered:
Description
This enhancement is motivated by a recent bug fixed in #10045. The bug could happen in all types of joins except right-semi-filter and right-semi-project joins. The bug happens when the join comes with a filter that is a conjunction on two columns that are included in the join's output. See the test cases added in the fix PR for a concrete example.
The text was updated successfully, but these errors were encountered: