Skip to content

Commit

Permalink
Update cpp/tests/lists/drop_list_duplicates_tests.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Nghia Truong <[email protected]>
  • Loading branch information
sperlingxx and ttnghia authored Mar 16, 2022
1 parent 960dd7a commit 917d20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/tests/lists/drop_list_duplicates_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ TYPED_TEST(DropListDuplicatesTypedTest, InputListsOfNestedStructsHaveNull)
{
using ColWrapper = cudf::test::fixed_width_column_wrapper<TypeParam, int32_t>;
auto constexpr null = int32_t{0}; // nulls at the children columns level
// XXX and YY are int placeholders for nulls at parent structs column level.
// XXX and YYY are int placeholders for nulls at parent structs column level.
// We bring up two placeholders of different values to create intra null structs with
// children of different values, so as to test whether null_equality::EQUAL works or not.
auto constexpr XXX = int32_t{5};
Expand Down

0 comments on commit 917d20e

Please sign in to comment.