pitrou commented on code in PR #47741:
URL: https://github.com/apache/arrow/pull/47741#discussion_r2410747201


##########
cpp/src/arrow/util/rle_encoding_internal.h:
##########
@@ -1079,7 +1084,6 @@ auto RleBitPackedDecoder<T>::GetSpaced(Converter 
converter,
   // There may be remaining null if they are not greedily filled by either 
decoder calls
   check_and_handle_fully_null_remaining();
 
-  ARROW_DCHECK(batch.is_done() || exhausted());

Review Comment:
   This check could trigger if the RLE-bit-packed data is invalid (for example 
a run of invalid size). @AntoinePrv 



-- 
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]

Reply via email to