-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[data] sort() does not work with string column with None #48927
Comments
wingkitlee0
added
bug
Something that is supposed to be working; but isn't
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Nov 26, 2024
7 tasks
8 tasks
raulchen
added a commit
that referenced
this issue
Dec 3, 2024
Closes: #48926 #48927 <!-- Please give a short summary of the change and the problem this solves. --> Signed-off-by: Superskyyy <yihaochen@apache.org> Signed-off-by: Richard Liaw <rliaw@berkeley.edu> Signed-off-by: Hao Chen <chenh1024@gmail.com> Co-authored-by: Richard Liaw <rliaw@berkeley.edu> Co-authored-by: Hao Chen <chenh1024@gmail.com>
jecsand838
pushed a commit
to jecsand838/ray
that referenced
this issue
Dec 4, 2024
…8969) Closes: ray-project#48926 ray-project#48927 <!-- Please give a short summary of the change and the problem this solves. --> Signed-off-by: Superskyyy <yihaochen@apache.org> Signed-off-by: Richard Liaw <rliaw@berkeley.edu> Signed-off-by: Hao Chen <chenh1024@gmail.com> Co-authored-by: Richard Liaw <rliaw@berkeley.edu> Co-authored-by: Hao Chen <chenh1024@gmail.com> Signed-off-by: Connor Sanders <connor@elastiflow.com>
This should be fixed by #48750 |
dentiny
pushed a commit
to dentiny/ray
that referenced
this issue
Dec 7, 2024
…8969) Closes: ray-project#48926 ray-project#48927 <!-- Please give a short summary of the change and the problem this solves. --> Signed-off-by: Superskyyy <yihaochen@apache.org> Signed-off-by: Richard Liaw <rliaw@berkeley.edu> Signed-off-by: Hao Chen <chenh1024@gmail.com> Co-authored-by: Richard Liaw <rliaw@berkeley.edu> Co-authored-by: Hao Chen <chenh1024@gmail.com> Signed-off-by: hjiang <dentinyhao@gmail.com>
ujjawal-khare
pushed a commit
to ujjawal-khare-27/ray
that referenced
this issue
Dec 17, 2024
…8969) Closes: ray-project#48926 ray-project#48927 <!-- Please give a short summary of the change and the problem this solves. --> Signed-off-by: Superskyyy <yihaochen@apache.org> Signed-off-by: Richard Liaw <rliaw@berkeley.edu> Signed-off-by: Hao Chen <chenh1024@gmail.com> Co-authored-by: Richard Liaw <rliaw@berkeley.edu> Co-authored-by: Hao Chen <chenh1024@gmail.com> Signed-off-by: ujjawal-khare <ujjawal.khare@dream11.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened + What you expected to happen
When applying
sort()
on a string column withNone
, it will raise the following errorVersions / Dependencies
Reproduction script
gives an error. However,
pandas
Dataframe works.Issue Severity
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered: