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

   # Which issue does this PR close?
   
   Closes #3279.
   
   # Rationale for this change
    
   The Parquet crate typically returns errors instead of panics when reading 
invalid files. There was a panic left in the code generated by the Thrift 
compiler, which this PR addresses.
   
   # What changes are included in this PR?
   
   I hit issues running regen.sh on WSL2: it looks like only the pacman command 
was run inside the archlinux container and the following commands were run 
outside of it. Not 100% sure, but wrapping all the command instead a bash 
command string fixed the issue for me.
   
   # Are there any user-facing changes?
   
   `SerializedFileReader::new()` returns errors when it used to panic.


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