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 similar to the issue I was facing in #6075 in the cython bindings. #6075 (comment). @shwina fixed it like this 5a17311. Since there's a similar metadata construction in to_arrow()
Fixes: #7137, #7148
This PR fixes converting a pyarrow table which has llist and struct types via `from_arrow`. Incase of `list` dtype we shouldn't have to perform any typecast and incase of `struct` dtype we should be renaming the fields appropriately.
Authors:
- galipremsagar <[email protected]>
Approvers:
- Ram (Ramakrishna Prabhu) (@rgsl888prabhu)
- Keith Kraus (@kkraus14)
URL: #7162
Describe the bug
When there is a pyarrow table with list array column, cudf is not able to convert the table to a cudf DataFrame.
Steps/Code to reproduce bug
Expected behavior
Environment overview (please complete the following information)
Environment details
Please run and paste the output of the
cudf/print_env.sh
script here, to gather any other relevant environment detailsClick here to see environment details
Additional context
Surfaced while running fuzz tests: #6001
The text was updated successfully, but these errors were encountered: