Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mskapilks committed Jun 26, 2024
1 parent 0a99f6e commit b963f8a
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 @@ -292,10 +292,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 b963f8a

Please sign in to comment.