-
Notifications
You must be signed in to change notification settings - Fork 761
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
Fixed send and sync for mutex and rwlock #1705
Conversation
Thanks for the contribution! Please review the labels and make any necessary changes. |
d605602
to
26028ef
Compare
Codecov Report
@@ Coverage Diff @@
## master #1705 +/- ##
=======================================
Coverage 72% 72%
=======================================
Files 578 574 -4
Lines 34010 33882 -128
=======================================
- Hits 24594 24577 -17
+ Misses 9416 9305 -111
Continue to review full report at Codecov.
|
Hello @zhang2014, 🎉 Thank you for opening the pull request! 🎉 |
383687a
to
cb14e6f
Compare
f985b05
to
e66bacf
Compare
CI Passed |
I hereby agree to the terms of the CLA available at: https://datafuse.rs/policies/cla/
Summary
Implement send and sync for all type is unsafe(our previous understanding of send and sync is problematic)
Thanks jorgecarleitao/arrow2#368 (comment)
Changelog