progval opened a new pull request, #1560:
URL: https://github.com/apache/orc/pull/1560

   ### What changes were proposed in this pull request?
   
   These two accessors do not mutate the state, so they can be tagged as 
`const` to indicate this into callers.
   
   
   ### Why are the changes needed?
   
   Same motivation as #1558: I am writing a Rust binding, and the methods not 
being `const` give me extra constraints.
   
   
   ### How was this patch tested?
   
   `make test` passes.


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