burmecia opened a new issue, #4330:
URL: https://github.com/apache/arrow-rs/issues/4330

   **Describe the bug**
   <!--
   A clear and concise description of what the bug is.
   -->
   
   The initialize function `SerializedRowGroupReader::new()` is private and 
cannot be accessed.
   
   **To Reproduce**
   <!--
   Steps to reproduce the behavior:
   -->
   
   1. Go to docs: 
https://docs.rs/parquet/40.0.0/parquet/file/serialized_reader/struct.SerializedRowGroupReader.html
   2. Cannot find `new()` function in the doc page
   
   **Expected behavior**
   <!--
   A clear and concise description of what you expected to happen.
   -->
   
   `SerializedRowGroupReader::new()` must be public so it can be accessed from 
outside.
   
   **Additional context**
   <!--
   Add any other context about the problem here.
   -->
   N/A


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