Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
majetideepak committed May 22, 2024
1 parent 544311e commit 6c6402b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion velox/dwio/parquet/reader/StringDecoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class StringDecoder {
const char* bufferStart_;
const char* bufferEnd_;
const char* const lastSafeWord_;
int length_;
const int length_;
};

} // namespace facebook::velox::parquet
2 changes: 1 addition & 1 deletion velox/dwio/parquet/tests/reader/ParquetReaderTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1155,4 +1155,4 @@ TEST_F(ParquetReaderTest, readVarbinaryFromFLBA) {
expected,
result->as<RowVector>()->childAt(0)->asFlatVector<StringView>()->valueAt(
0));
}
}

0 comments on commit 6c6402b

Please sign in to comment.