kiszk commented on a change in pull request #7136:
URL: https://github.com/apache/arrow/pull/7136#discussion_r422495952
##########
File path: cpp/src/arrow/util/rle_encoding.h
##########
@@ -592,11 +592,12 @@ bool RleDecoder::NextCounts() {
return false;
}
repeat_count_ = count;
- // XXX (ARROW-4018) this is not big-endian compatible
+ T value = 0;
Review comment:
This change comes from
https://issues.apache.org/jira/browse/ARROW-4018?focusedCommentId=16932199&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16932199
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]