Skip to content

Commit

Permalink
refactor(parquet): Move arrow RleEncodingInternal to common
Browse files Browse the repository at this point in the history
  • Loading branch information
wypb committed Dec 12, 2024
1 parent c9e3f2f commit fc7fa48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/dwio/common/tests/BitPackDecoderBenchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ void lemirebmi2(uint8_t bitWidth, uint32_t* result) {

template <typename T>
void arrowBitUnpack(uint8_t bitWidth, T* result) {
facebook::velox::parquet::arrow::bit_util::BitReader bitReader(
facebook::velox::parquet::BitReader bitReaderbitReader(
reinterpret_cast<const uint8_t*>(bitPackedData[bitWidth].data()),
BYTES(kNumValues, bitWidth));
bitReader.GetBatch<T>(bitWidth, result, kNumValues);
Expand Down

0 comments on commit fc7fa48

Please sign in to comment.