alamb opened a new pull request, #24036:
URL: https://github.com/apache/datafusion/pull/24036

   ## Which issue does this PR close?
   
   
   - Related to https://github.com/apache/datafusion/pull/24030
   - Related to https://github.com/apache/arrow-rs/issues/9879
   
   ## Rationale for this change
   
   Upstream arrow-rs is deprecating the ParquetObjectReader (see 
https://github.com/apache/arrow-rs/issues/10308)
   
   Not using the deprecated code involves copying some code for each existing 
usage, and I found that  `CachedParquetFileReader` and `ParquetFileReader` are 
almost the same 
   
   ## What changes are included in this PR?
   
   1. unify `ParquetFileReader` and `CachedParquetFileReader`
   2. make the fields non `pub`
   
   ## Are these changes tested?
   
   Yes by CI
   
   ## Are there any user-facing changes?
   
   There are breaking API  changes, though I think for the better (things are 
now encapsulated more)


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to