Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ttnghia committed Nov 16, 2021
1 parent c6b386b commit eee28df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/tests/reductions/reduction_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2251,7 +2251,8 @@ TEST_F(StructReductionTest, StructReductionMinMaxWithNulls)
"€1" /*NULL*/,
"wut"},
nulls_at({2, 7})};
auto child2 = INTS_CW{{1, 2, 3 /*NULL*/, 4, 5, 6, 7, 8 /*NULL*/, 9, 10}, nulls_at({2, 7})};
auto child2 = INTS_CW{{1, 2, 3 /*NULL*/, 4 /*NULL*/, 5, 6, 7, 8 /*NULL*/, 9 /*NULL*/, 10},
nulls_at({2, 7})};
return STRUCTS_CW{{child1, child2}, nulls_at({3, 8})};
}();

Expand Down

0 comments on commit eee28df

Please sign in to comment.