You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/13 11:53:47 UTC

[GitHub] [arrow-rs] tustvold opened a new issue, #1556: Replace `&Option` with `Option<&T>`

tustvold opened a new issue, #1556:
URL: https://github.com/apache/arrow-rs/issues/1556

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   
   Various methods in `arrow` and `parquet` return or accept `&Option<T>`. This is unfortunate as sometimes you want to just specify a value as not present, and do not wish to associate a lifetime with this absence of a value
   
   **Describe the solution you'd like**
   
   These instances should be replaced with `Option<&T>` 
   
   **Describe alternatives you've considered**
   
   We could not make this change
   
   


-- 
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.apache.org

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


[GitHub] [arrow-rs] tustvold closed issue #1556: Replace `&Option` with `Option<&T>`

Posted by GitBox <gi...@apache.org>.
tustvold closed issue #1556: Replace `&Option<T>` with `Option<&T>`
URL: https://github.com/apache/arrow-rs/issues/1556


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