You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/03/28 12:53:41 UTC

[GitHub] [arrow-rs] alamb commented on pull request #3956: Use Arc inside Field (#3955)

alamb commented on PR #3956:
URL: https://github.com/apache/arrow-rs/pull/3956#issuecomment-1486834377

   I think if we Arc the entire Field -- as in https://github.com/apache/arrow-rs/pull/3965 we may not need this
   
   I know that @crepererum  has mentioned other downstream places that copy the field name (like Statistics in DataFusion) but I think maybe a better design would be to update those downstream uses to hold a `FieldRef` rather than just the name 🤔 


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org