Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mskapilks committed Apr 29, 2024
1 parent 3c08f12 commit 1cf63a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions velox/dwio/parquet/reader/PageReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,10 @@ class PageReader {
deltaBpDecoder_->readWithVisitor<false>(nulls, visitor);
} else if (timestampDecoder_) {
timestampDecoder_->readWithVisitor<false>(
nulls, visitor, nullsFromFastPath);
nulls, visitor, nullsFromFastPath);
} else {
directDecoder_->readWithVisitor<false>(
nulls, visitor, !this->type_->type()->isShortDecimal());
directDecoder_->readWithVisitor<false>(
nulls, visitor, !this->type_->type()->isShortDecimal());
}
}
}
Expand Down

0 comments on commit 1cf63a5

Please sign in to comment.