Skip to content
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

Copy nested types upon construction #8244

Merged
merged 8 commits into from
May 20, 2021
Merged

Conversation

isVoid
Copy link
Contributor

@isVoid isVoid commented May 14, 2021

Closes #7561

This PR makes sure upon constructing cudf object, nested types from the pyarrow array is copied to cudf object. This should handle arbitrary nesting of Lists, Structs. For decimal types, precision is copied from the array.

@isVoid isVoid requested a review from a team as a code owner May 14, 2021 04:08
@github-actions github-actions bot added the Python Affects Python cuDF API. label May 14, 2021
@isVoid isVoid added 3 - Ready for Review Ready for review by team bug Something isn't working non-breaking Non-breaking change labels May 14, 2021
@isVoid isVoid self-assigned this May 14, 2021
@codecov
Copy link

codecov bot commented May 14, 2021

Codecov Report

❗ No coverage uploaded for pull request base (branch-21.06@0ebf7e6). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##             branch-21.06    #8244   +/-   ##
===============================================
  Coverage                ?   82.88%           
===============================================
  Files                   ?      105           
  Lines                   ?    17874           
  Branches                ?        0           
===============================================
  Hits                    ?    14814           
  Misses                  ?     3060           
  Partials                ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0ebf7e6...1ba76bd. Read the comment docs.

@kkraus14 kkraus14 added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 3 - Ready for Review Ready for review by team labels May 20, 2021
@kkraus14
Copy link
Collaborator

@gpucibot merge

@rapids-bot rapids-bot bot merged commit c7d0524 into rapidsai:branch-21.06 May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to Merge Testing and reviews complete, ready to merge bug Something isn't working non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] cuDF cannot create list of struct dataframe using dict or from pandas
2 participants