dhruvxvaishnav opened a new pull request, #10725:
URL: https://github.com/apache/arrow-rs/pull/10725

   # Which issue does this PR close?
   
   - Closes #10722.
   
   # Rationale for this change
   
   When reading dictionary-encoded Parquet data pages with DictIndexDecoder or 
ByteArrayDictionaryReader, the first byte was read via data[0] without checking 
if data is empty, and the index it_width was passed to RleDecoder without 
checking the 


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