-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Move filtered SMJ Left Anti filtered join out of join_partial
phase
#13111
Conversation
#) order by 1, 2 | ||
#---- | ||
query III | ||
select * from ( |
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.
reenabling tests
@@ -223,17 +224,14 @@ async fn test_anti_join_1k() { | |||
} | |||
|
|||
#[tokio::test] | |||
// flaky for HjSmj case, giving 1 rows difference sometimes | |||
// https://github.com/apache/datafusion/issues/11555 | |||
#[ignore] | |||
async fn test_anti_join_1k_filtered() { |
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.
works now
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.
Thank you @comphead
Which issue does this PR close?
Related #12359
Follow up on #12764
Rationale for this change
Same as #12764 but for Left Anti join
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?