Skip to content

Commit

Permalink
Format fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgpai committed Aug 19, 2021
1 parent 8747172 commit 8a7ca65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions velox/vector/SimpleVector.h
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ class SimpleVector : public BaseVector {
}
}


void resize(vector_size_t size) override {
VELOX_CHECK(false, "Can only resize flat vectors.");
}
Expand Down Expand Up @@ -343,7 +342,6 @@ class SimpleVector : public BaseVector {
}

protected:

/// Enabled for string vectors, sets the string encoding to match another
/// vector encoding
template <typename U = T>
Expand Down

0 comments on commit 8a7ca65

Please sign in to comment.