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
This is OK, but I guess we want Missing to be handled in a special way and it could be considered that typejoin returned Union{Int, Missing}. Any thoughts?
The rationale is that now unique with Missing union returns array of Any (and maybe there are other similar situations in other places):
Currently:
This is OK, but I guess we want
Missing
to be handled in a special way and it could be considered thattypejoin
returnedUnion{Int, Missing}
. Any thoughts?The rationale is that now
unique
withMissing
union returns array ofAny
(and maybe there are other similar situations in other places):This is not a huge problem, but it could be cleaner.
The text was updated successfully, but these errors were encountered: