-
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
[CI] linux://doc:source/data/doc_code/loading_data
is failing/flaky on master.
#35586
Labels
flaky-tracker
Issue created via Flaky Test Tracker https://flaky-tests.ray.io/
release-blocker
P0 Issue that blocks the release
Comments
ArturNiederfahrenhorst
added
release-blocker
P0 Issue that blocks the release
flaky-tracker
Issue created via Flaky Test Tracker https://flaky-tests.ray.io/
labels
May 22, 2023
|
This is the issue: apache/arrow#26470 Seems like the recommendation is to use object dtype for variable length binary data (i.e. any output from
|
8 tasks
amogkam
added a commit
that referenced
this issue
May 24, 2023
Closes #35586 See #35586 (comment) Numpy treats variable length byte data as zero-terminated bytes. So if there are zero bytes encoded into the bytestring itself, those will be discarded. Instead, per recommendation in apache/arrow#26470, it seems that variable length bytes should be treated as python objects. --------- Signed-off-by: amogkam <amogkamsetty@yahoo.com>
amogkam
added a commit
to amogkam/ray
that referenced
this issue
May 24, 2023
…oject#35638) Closes ray-project#35586 See ray-project#35586 (comment) Numpy treats variable length byte data as zero-terminated bytes. So if there are zero bytes encoded into the bytestring itself, those will be discarded. Instead, per recommendation in apache/arrow#26470, it seems that variable length bytes should be treated as python objects. --------- Signed-off-by: amogkam <amogkamsetty@yahoo.com>
8 tasks
amogkam
added a commit
that referenced
this issue
May 24, 2023
#35703) Closes #35586 See #35586 (comment) Numpy treats variable length byte data as zero-terminated bytes. So if there are zero bytes encoded into the bytestring itself, those will be discarded. Instead, per recommendation in apache/arrow#26470, it seems that variable length bytes should be treated as python objects. --------- Signed-off-by: amogkam <amogkamsetty@yahoo.com>
scv119
pushed a commit
to scv119/ray
that referenced
this issue
Jun 16, 2023
…oject#35638) Closes ray-project#35586 See ray-project#35586 (comment) Numpy treats variable length byte data as zero-terminated bytes. So if there are zero bytes encoded into the bytestring itself, those will be discarded. Instead, per recommendation in apache/arrow#26470, it seems that variable length bytes should be treated as python objects. --------- Signed-off-by: amogkam <amogkamsetty@yahoo.com>
arvind-chandra
pushed a commit
to lmco/ray
that referenced
this issue
Aug 31, 2023
…oject#35638) Closes ray-project#35586 See ray-project#35586 (comment) Numpy treats variable length byte data as zero-terminated bytes. So if there are zero bytes encoded into the bytestring itself, those will be discarded. Instead, per recommendation in apache/arrow#26470, it seems that variable length bytes should be treated as python objects. --------- Signed-off-by: amogkam <amogkamsetty@yahoo.com> Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
flaky-tracker
Issue created via Flaky Test Tracker https://flaky-tests.ray.io/
release-blocker
P0 Issue that blocks the release
....
Generated from flaky test tracker. Please do not edit the signature in this section.
DataCaseName-linux://doc:source/data/doc_code/loading_data-END
....
The text was updated successfully, but these errors were encountered: