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 2020/11/15 11:29:18 UTC

[GitHub] [arrow] Dandandan opened a new pull request #8668: ARROW-10595: [Rust] Simplify inner loop of min/max kernels for non-null case

Dandandan opened a new pull request #8668:
URL: https://github.com/apache/arrow/pull/8668


   Keeping track of `has_value` is not needed when there are no nulls in the array, we can just pick the first item.


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

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



[GitHub] [arrow] nevi-me closed pull request #8668: ARROW-10595: [Rust] Simplify inner loop of min/max kernels for non-null case

Posted by GitBox <gi...@apache.org>.
nevi-me closed pull request #8668:
URL: https://github.com/apache/arrow/pull/8668


   


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

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



[GitHub] [arrow] github-actions[bot] commented on pull request #8668: ARROW-10595: [Rust] Simplify inner loop of min/max kernels for non-null case

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #8668:
URL: https://github.com/apache/arrow/pull/8668#issuecomment-727555281


   https://issues.apache.org/jira/browse/ARROW-10595


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

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