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

   Currently the lack of docs makes it hard to determine how to use 
`ColumnReaderImpl` - see 
[here](https://docs.rs/parquet/latest/parquet/column/reader/type.ColumnReaderImpl.html).
   
   The decision was initially made to hide these docs to allow us to evolve the 
API, however, I think it makes sense to unhide this API because:
   
   * It should be relatively static now
   * As ColumnLevelDecoderImpl, etc... are still private, this change does not 
impact our ability to make breaking changes to them
   * We are making more frequent breaking releases than we were at the time 
this change was made
   


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