adamreichold commented on PR #9601:
URL: https://github.com/apache/arrow-rs/pull/9601#issuecomment-4229247851

   > make a more generic version that can pass an options struct 
`Array::finish_opts(&self, opts: FinishOptions)`
   
   The main issue I see here is that the receiver also depends on the options, 
i.e. `&mut self` for the consuming modes and `&self` for the cloning ones.
   
   <img width="454" height="43" alt="grafik" 
src="https://github.com/user-attachments/assets/7822734a-f3c5-4fab-82de-8f7eb8922763";
 />
   
   Will fix the intra doc links and push if the CI finds no other issues.


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