-
Notifications
You must be signed in to change notification settings - Fork 990
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
unique
returns a mutable DT alias when number of rows is <= 1
#5932
Milestone
Comments
Found this conversation that seemed in agreement about fixing it for the |
3 tasks
LGTM & it looks like you've already found what to fix. Do you want to file a PR? |
Sure, can do that sometime soon. |
dshemetov
added a commit
to dshemetov/data.table
that referenced
this issue
Feb 24, 2024
Thanks to @brookslogan for the original bug report.
MichaelChirico
added a commit
that referenced
this issue
Feb 26, 2024
* fix: mutable dt alias from unique.data.table #5932 Thanks to @brookslogan for the original bug report. * doc+test: unique mutable alias #5960 * NEWS links issue, not PR Co-authored-by: Benjamin Schwendinger <[email protected]> * restore whitespace diff * improve NEWS wording * explanatory comment Co-authored-by: Benjamin Schwendinger <[email protected]> * apply suggested changes * move NEWS item * integrate test with earlier similar test --------- Co-authored-by: Michael Chirico <[email protected]> Co-authored-by: Benjamin Schwendinger <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#
Minimal reproducible example
; please be sure to setverbose=TRUE
where possible!This behavior seems to be pretty clearly indicated here. Is this intended? We're adding logic to our package around unique to ensure safety.
#
Output of sessionInfo()
The text was updated successfully, but these errors were encountered: