Skip to content

Commit

Permalink
spelling: vectors
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Nov 29, 2023
1 parent 30791cb commit d8c05e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/parquet/column_reader_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ TEST_F(TestPrimitiveReader, TestSkipRepeatedField) {
InitReader(&descr);
Int32Reader* reader = static_cast<Int32Reader*>(reader_.get());

// Vecotrs to hold read values, definition levels, and repetition levels.
// Vectors to hold read values, definition levels, and repetition levels.
std::vector<int32_t> read_vals(4, -1);
std::vector<int16_t> read_defs(4, -1);
std::vector<int16_t> read_reps(4, -1);
Expand Down

0 comments on commit d8c05e2

Please sign in to comment.