Jefffrey commented on PR #10759:
URL: https://github.com/apache/arrow-rs/pull/10759#issuecomment-5461247822

   after clicking merge and trying this locally, realized that the new `first() 
-> O` can only be used when you import `OffsetBuffer` otherwise itll still use 
the deref `first() -> Option<O>` 🤔
   
   so it might be confusing that different methods are used based on import, so 
we might not have the benefit of getting rid of all the old `first() -> 
Option<O>` calls if the compiler doesnt have access to the new `first() -> O` 
in scope


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