zeroshade commented on issue #34292:
URL: https://github.com/apache/arrow/issues/34292#issuecomment-1447109734

   > Is there a reason why getOneForMarshal is private in the first place (or 
just basically keeping everything private until public is needed which is a 
good reason and then we can make it public :) )
   
   It's entirely keeping everything private until public is needed to reduce 
the public API and thus allow easier changes. :smile:
   
   Making `getOneForMarshal` public is definitely an option. For now it was 
just an implementation detail for marshalling, but it makes sense to make it 
public in order to ease customization of the behavior.


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