Vishwanatha-HD commented on code in PR #48195:
URL: https://github.com/apache/arrow/pull/48195#discussion_r2556099100
##########
cpp/src/arrow/util/bit_stream_utils_internal.h:
##########
@@ -365,6 +365,9 @@ inline bool BitReader::GetVlqInt(Int* v) {
// In all case, we read a byte-aligned value, skipping remaining bits
const uint8_t* data = NULLPTR;
int max_size = 0;
+#if ARROW_LITTLE_ENDIAN
+ // The data that we will pass to the LEB128 parser
+ // In all case, we read a byte-aligned value, skipping remaining bits
Review Comment:
>
Addressed this change.. Pushed a new change-set
--
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]