Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ttnghia committed May 6, 2021
1 parent 315f64e commit 842adc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/include/cudf/detail/scatter.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,8 @@ std::unique_ptr<table> scatter(
auto const num_rows = col_view.size();
auto const null_count = col_view.null_count();
auto contents = col->release();

// Children null_mask will be superimposed during structs column construction.
col = cudf::make_structs_column(num_rows,
std::move(contents.children),
null_count,
Expand Down

0 comments on commit 842adc4

Please sign in to comment.