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
It is currently undocumented what the behavior is with merge sorted regarding nulls. For most sort operations, we have nulls_last as a boolean parameter. But we don't have this for merge sorted and it seems to assume that all sorted series are with nulls first.
Link
No response
The text was updated successfully, but these errors were encountered:
Description
It is currently undocumented what the behavior is with merge sorted regarding nulls. For most sort operations, we have
nulls_last
as a boolean parameter. But we don't have this for merge sorted and it seems to assume that all sorted series are with nulls first.Link
No response
The text was updated successfully, but these errors were encountered: