marioloko commented on issue #2956:
URL: https://github.com/apache/arrow-rs/issues/2956#issuecomment-1294008561

   Then, I guess that the internal behavior of the `decompress` methods should 
be something like:
   
   ```
   let uncompressed_size = uncompressed_size
       .unwrap_or_else(|| estimate_max_size(compressed_size));
   ```


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