pitrou commented on code in PR #50422:
URL: https://github.com/apache/arrow/pull/50422#discussion_r3553318771
##########
cpp/src/arrow/util/rle_encoding_internal.h:
##########
@@ -157,7 +157,8 @@ class BitPackedRun {
constexpr BitPackedRun() noexcept = default;
constexpr BitPackedRun(const uint8_t* data, rle_size_t values_count,
- rle_size_t value_bit_width, rle_size_t
max_read_bytes) noexcept
+ rle_size_t value_bit_width,
+ rle_size_t max_read_bytes = -1) noexcept
Review Comment:
You made `max_read_bytes` optional here. It doesn't need to.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]