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/17 09:11:48 UTC

[GitHub] [arrow-rs] tustvold opened a new pull request, #1576: Remove reference indirection for Copy types in substring

tustvold opened a new pull request, #1576:
URL: https://github.com/apache/arrow-rs/pull/1576

   # Which issue does this PR close?
   
   Closes #1556.
   
   # Rationale for this change
    
   Suggested by @jhorstmann [on](https://github.com/apache/arrow-rs/pull/1571#discussion_r851723463) 
   
   # What changes are included in this PR?
   
   Changes `Option<&T>` to `Option<T>` where `T: Clone`
   
   # Are there any user-facing changes?
   
   Yes, this changes the signature of the substring kernel
   
   FYI @tfeda 
   


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


[GitHub] [arrow-rs] tustvold merged pull request #1576: Use `Option` rather than `Option<&T>` for copy types in substring kernel

Posted by GitBox <gi...@apache.org>.
tustvold merged PR #1576:
URL: https://github.com/apache/arrow-rs/pull/1576


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