Skip to content

Commit

Permalink
update with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouyuan committed Feb 27, 2025
1 parent 24ea0f0 commit fe60112
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions velox/exec/tests/HashTableTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ class HashTableTest : public testing::TestWithParam<bool>,
estimatedTableSize,
topTable_->rows()->pool()->usedBytes() - usedMemoryBytes);
ASSERT_EQ(topTable_->hashMode(), mode);
ASSERT_EQ(topTable_->stats().hashMode, folly::to_underlying(mode));
ASSERT_EQ(topTable_->allRows().size(), numWays);
uint64_t rowCount{0};
for (auto* rowContainer : topTable_->allRows()) {
Expand Down

0 comments on commit fe60112

Please sign in to comment.