Skip to content

Commit

Permalink
Update TestStripeStream.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kewang1024 committed Jan 29, 2025
1 parent 97364e8 commit d329456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/dwio/dwrf/test/TestStripeStream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class RecordingInputStream : public facebook::velox::InMemoryReadFile {
uint64_t offset,
uint64_t length,
void* buf,
io::IoStatistics* stats) const override {
IoStatistics* stats) const override {
reads_.push_back({offset, length});
return {static_cast<char*>(buf), length};
}
Expand Down

0 comments on commit d329456

Please sign in to comment.