shanisolomon opened a new pull request #1346:
URL: https://github.com/apache/arrow-rs/pull/1346


   # Which issue does this PR close?
   Closes #1332.
   
   # Rationale for this change
    This methods are redundant as the fields are Optional and could be matched.
   
   Will break all current usages of these methods, but could could be easily 
refactored to:
   `if let Some(val) = metadata.page_index_offset{...}`
   
   


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