Skip to content

Commit

Permalink
fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-ma committed Dec 10, 2024
1 parent 48546e0 commit 56f9540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/common/compression/Compression.h
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class Codec {
/// compression library.
/// Note: This functionality is not universally supported by all compression
/// libraries. If not supported, `std::nullopt` will be returned.
std::optional<uint64_t> getUncompressedLength(
virtual std::optional<uint64_t> getUncompressedLength(
uint64_t inputLength,
const uint8_t* input) const;

Expand Down

0 comments on commit 56f9540

Please sign in to comment.