Skip to content

Commit

Permalink
address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
majetideepak committed Jun 17, 2024
1 parent 5078750 commit ccc16bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions velox/dwio/common/compression/Compression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,7 @@ uint64_t LzoAndLz4DecompressorCommon::decompress(

// Decompress this block.
remainingOutputSize = uncompressedSize - decompressedTotalSize;
uint64_t decompressedSize = -1;
decompressedSize = decompressInternal(
uint64_t decompressedSize = decompressInternal(
inputPtr,
static_cast<int32_t>(compressedBlockSize),
outPtr,
Expand Down

0 comments on commit ccc16bd

Please sign in to comment.