-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[release-19.0] Fix Data race in semi-join (#17417) #17445
Conversation
Hello @GuptaManan100, there are conflicts in this backport. Please address them in order to merge this Pull Request. You can execute the snippet below to reset your branch and resolve the conflict manually. Make sure you replace
|
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
ac0953b
to
1b3223e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-19.0 #17445 +/- ##
================================================
+ Coverage 65.13% 65.16% +0.02%
================================================
Files 1560 1560
Lines 238316 238318 +2
================================================
+ Hits 155227 155297 +70
+ Misses 83089 83021 -68 ☔ View full report in Codecov by Sentry. |
f594eb0
to
f8477ab
Compare
Signed-off-by: Manan Gupta <[email protected]> Signed-off-by: Dirkjan Bussink <[email protected]>
f8477ab
to
5d3d995
Compare
Description
This is a backport of #17417