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

Fix concatenating structs #8811

Merged
merged 2 commits into from
Jul 21, 2021

Conversation

shaneding
Copy link
Contributor

Closes #8802. Currently, when struct series are concatenated, the resulting fields are reset, this PR addresses this by reconstructing the fields once the concatenated series is returned.

@shaneding shaneding requested a review from a team as a code owner July 21, 2021 15:42
@github-actions github-actions bot added the Python Affects Python cuDF API. label Jul 21, 2021
@shaneding shaneding added feature request New feature or request non-breaking Non-breaking change labels Jul 21, 2021
@galipremsagar galipremsagar added the 5 - Ready to Merge Testing and reviews complete, ready to merge label Jul 21, 2021
@galipremsagar
Copy link
Contributor

@gpucibot merge

@codecov
Copy link

codecov bot commented Jul 21, 2021

Codecov Report

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

❗ Current head 7ee9a4a differs from pull request most recent head 11d8960. Consider uploading reports for the commit 11d8960 to get more accurate results
Impacted file tree graph

@@               Coverage Diff               @@
##             branch-21.08    #8811   +/-   ##
===============================================
  Coverage                ?   10.49%           
===============================================
  Files                   ?      116           
  Lines                   ?    18987           
  Branches                ?        0           
===============================================
  Hits                    ?     1993           
  Misses                  ?    16994           
  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 456f088...11d8960. Read the comment docs.

@rapids-bot rapids-bot bot merged commit b43efad into rapidsai:branch-21.08 Jul 21, 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 feature request New feature or request 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.concat resets field for struct columns
3 participants