Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 committed Jun 17, 2024
1 parent 95f31f3 commit e2d8a41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/src/arrow/compute/row/compare_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ TEST(KeyCompare, CompareColumnsToRowsLarge) {
KeyCompare::CompareColumnsToRows(
num_rows, /*sel_left_maybe_null=*/NULLPTR, row_ids_left.data(), &ctx, NULLPTR,
NULLPTR, column_arrays, row_table, true, match_bitvector.data());

ASSERT_EQ(arrow::internal::CountSetBits(match_bitvector.data(), 0, num_rows),
num_rows);
}
Expand All @@ -282,7 +281,6 @@ TEST(KeyCompare, CompareColumnsToRowsLarge) {
KeyCompare::CompareColumnsToRows(num_rows, NULLPTR, row_ids_left.data(), &ctx,
NULLPTR, NULLPTR, column_arrays, row_table, true,
match_bitvector.data());

ASSERT_EQ(arrow::internal::CountSetBits(match_bitvector.data(), 0, num_rows),
num_rows);
}
Expand Down

0 comments on commit e2d8a41

Please sign in to comment.