-
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] engine: fix race in concatenate (#15454) #15461
Conversation
Hello @vmg, 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
|
956c2b3
to
dc981ec
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-19.0 #15461 +/- ##
================================================
+ Coverage 67.42% 67.45% +0.02%
================================================
Files 1560 1560
Lines 192642 192641 -1
================================================
+ Hits 129886 129940 +54
+ Misses 62756 62701 -55 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Dirkjan Bussink <[email protected]>
dc981ec
to
5b58b71
Compare
Description
This is a backport of #15454