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

   # Which issue does this PR close?
   
   Follow on from #1716
   
   # Rationale for this change
    
   As pointed out by @alamb 
https://github.com/influxdata/influxdb_iox/pull/4743/files/5fccaab1f94f7e5b8b69ab35ea11c151cb1b8a2d#r885642739
 the UX of getting the parquet schema from a ParquetFileArrowReader is not 
great.
   
   # What changes are included in this PR?
   
   Adds a parquet_schema member function that returns the schema.
   
   It also deprecates the get_metadata function, as it doesn't need a mutable 
reference nor to return a clone, and replaces it with a `metadata` function 
that is consistent with the equivalent method on FileReader.
   
   # Are there any user-facing changes?
   
   A function is deprecated


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