Skip to content

Fix returned column type when extracting from an empty list column - #8031

Merged
raydouglass merged 1 commit into
NVIDIA:branch-0.19from
jlowe:fix-extract-0.19
Apr 22, 2021
Merged

Fix returned column type when extracting from an empty list column#8031
raydouglass merged 1 commit into
NVIDIA:branch-0.19from
jlowe:fix-extract-0.19

Conversation

@jlowe

@jlowe jlowe commented Apr 22, 2021

Copy link
Copy Markdown
Contributor

Fixes cudf::lists::extract_list_element to return an empty column of the list's child column type when the list column is empty.

This is the same change as #8025 picked for the 0.19.1 release.

@jlowe jlowe added bug Something isn't working libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change labels Apr 22, 2021
@jlowe jlowe self-assigned this Apr 22, 2021
@jlowe
jlowe requested a review from a team as a code owner April 22, 2021 13:25
@jlowe
jlowe requested review from devavret and harrism and removed request for a team April 22, 2021 13:25
@kkraus14 kkraus14 added the ! - Hotfix Hotfix is a bug that affects the majority of users for which there is no reasonable workaround label Apr 22, 2021
@kkraus14

Copy link
Copy Markdown
Contributor

rerun tests

@codecov

codecov Bot commented Apr 22, 2021

Copy link
Copy Markdown

Codecov Report

Merging #8031 (d8fb64e) into branch-0.19 (cdf7704) will not change coverage.
The diff coverage is 100.00%.

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

@@             Coverage Diff              @@
##           branch-0.19    #8031   +/-   ##
============================================
  Coverage        82.74%   82.74%           
============================================
  Files              103      103           
  Lines            17702    17702           
============================================
  Hits             14648    14648           
  Misses            3054     3054           
Impacted Files Coverage Δ
python/cudf/cudf/core/dataframe.py 90.86% <100.00%> (ø)

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 cdf7704...a4b4e81. Read the comment docs.

@raydouglass
raydouglass merged commit bbeb2aa into NVIDIA:branch-0.19 Apr 22, 2021
@jlowe
jlowe deleted the fix-extract-0.19 branch September 10, 2021 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

! - Hotfix Hotfix is a bug that affects the majority of users for which there is no reasonable workaround bug Something isn't working libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants