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/06/24 12:39:02 UTC

[GitHub] [arrow-rs] HaoYang670 opened a new pull request, #1940: Add README for the compute module.

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

   Signed-off-by: remzi <13...@gmail.com>
   
   # Which issue does this PR close?
   
   <!---
   We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123.
   -->
   
   Closes #1533 .
   
   # Rationale for this change
    Improve the readability of the code.
   
   # What changes are included in this PR?
   The README is mostly copied from the c++ repo: https://github.com/apache/arrow/blob/master/cpp/src/arrow/compute/README.md
   
   Something different is that the term `function` and `kernel` in c++ repo are not the same as that in rust repo. (I guess we don't implement those two structs in rust.)
   
   I defined `kernel` as a general operation (such as `compare`, `sort`, `take` ...) which contains many `functions`.
   
   # Are there any user-facing changes?
   NO, I guess.
   


-- 
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] alamb commented on pull request #1940: Add README for the compute module.

Posted by GitBox <gi...@apache.org>.
alamb commented on PR #1940:
URL: https://github.com/apache/arrow-rs/pull/1940#issuecomment-1165850873

   Thanks @HaoYang670 


-- 
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] alamb merged pull request #1940: Add README for the compute module.

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


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