Skip to content

Commit

Permalink
remove updating bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-mo committed Aug 10, 2022
1 parent bd55a11 commit 3f21a30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion velox/vector/LazyVector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ void LazyVector::ensureLoadedRows(
baseRows.setValid(decoded.index(row), true);
}
});
baseRows.updateBounds();

rowNumbers.resize(baseRows.end());
rowNumbers.resize(simd::indicesOfSetBits(
Expand Down

0 comments on commit 3f21a30

Please sign in to comment.