-
Notifications
You must be signed in to change notification settings - Fork 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
unlock shallow copy of .SD when needed in joins in j #3774
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3774 +/- ##
==========================================
+ Coverage 99.41% 99.41% +<.01%
==========================================
Files 71 71
Lines 13225 13241 +16
==========================================
+ Hits 13148 13164 +16
Misses 77 77
Continue to review full report at Codecov.
|
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.
no idea about setattr in shallow copy
We should definitely get this in 1.12.4 to clean up new vignette. @MichaelChirico |
it's ready to go w your approval 👍 |
Closes #1926
@franknarf1 I went through a few of the examples you posted and the fix here seems to work, it would be great if you could try and stress test it a bit anyway to make sure all the bases are covered 🙇
@jangorecki / @mattdowle do we need to re-set the locked attr
on.exit()
for the shallow copies as well?