You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now I'll solve this by just short-circuiting to null.data.table() if !length(.SDcols)... the broader issue raised in #1789 of handling length-0.SDcols in the case of := will require a bit more work.
The text was updated successfully, but these errors were encountered:
Also identified in a comment by @HughParsonage here:
#1789 (comment)
For now I'll solve this by just short-circuiting to
null.data.table()
if!length(.SDcols)
... the broader issue raised in #1789 of handling length-0
.SDcols
in the case of:=
will require a bit more work.The text was updated successfully, but these errors were encountered: