Skip to content

Commit

Permalink
Update src/main/cpp/src/xxhash64.cu
Browse files Browse the repository at this point in the history
Co-authored-by: Nghia Truong <[email protected]>
  • Loading branch information
ustcfy and ttnghia authored Dec 6, 2024
1 parent c0f7ec0 commit c1324f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cpp/src/xxhash64.cu
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ void check_nested_depth(cudf::table_view const& input)

column_checker_fn_t get_nested_depth = [&](cudf::column_view const& col) {
if (col.type().id() == cudf::type_id::LIST) {
auto const& child_col = cudf::lists_column_view(col).child();
auto const child_col = cudf::lists_column_view(col).child();
// When encountering a List of Struct column, we need to account for an extra depth,
// as both the struct column and its elements will be pushed into the stack.
if (child_col.type().id() == cudf::type_id::STRUCT) {
Expand Down

0 comments on commit c1324f9

Please sign in to comment.