Skip to content

Commit

Permalink
misc: Fix typo in dwio/IntDecoder
Browse files Browse the repository at this point in the history
  • Loading branch information
zuyu committed Nov 19, 2024
1 parent af6609d commit 5c0070e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/dwio/common/IntDecoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class IntDecoder {
numBytes_(numBytes),
bigEndian_(bigEndian) {}

/// Constructs for use in Parquet /Alphawhere the buffer is always preloaded.
/// Constructs for use in Parquet where the buffer is always preloaded.
IntDecoder(const char* start, const char* end)
: bufferStart_(start), bufferEnd_(end), useVInts_(false), numBytes_(0) {}

Expand Down

0 comments on commit 5c0070e

Please sign in to comment.