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/07/31 20:42:35 UTC

[GitHub] [arrow] nealrichardson opened a new pull request #7875: ARROW-3757: [R] R bindings for Flight RPC client

nealrichardson opened a new pull request #7875:
URL: https://github.com/apache/arrow/pull/7875


   This is a proof-of-concept R package that uses pyarrow/reticulate to provide a Flight client in order to avoid dealing with Flight in the R build setup. See the included README.md for details and an example.


----------------------------------------------------------------
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] nealrichardson closed pull request #7875: ARROW-3757: [R] R bindings for Flight RPC client

Posted by GitBox <gi...@apache.org>.
nealrichardson closed pull request #7875:
URL: https://github.com/apache/arrow/pull/7875


   


----------------------------------------------------------------
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] nealrichardson commented on pull request #7875: ARROW-3757: [R] R bindings for Flight RPC client

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on pull request #7875:
URL: https://github.com/apache/arrow/pull/7875#issuecomment-667354516


   > What do you think about making this part of the master R project (versus as a separate CRAN package)?
   
   We could. When I started trying this, I don't think I had a great understanding of what Flight really is, so I assumed this would be big and worthy of its own package. (I also was curious to test the workflow of having an R package that wrapped something with pyarrow.) But in the end, there's not a lot of (R) code here, and no new hard dependencies, so we could fold it in to `arrow`.


----------------------------------------------------------------
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] nealrichardson commented on pull request #7875: ARROW-3757: [R] R bindings for Flight RPC client

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on pull request #7875:
URL: https://github.com/apache/arrow/pull/7875#issuecomment-675727617


   @lidavidm do you have any opinions about this?


----------------------------------------------------------------
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 #7875: ARROW-3757: [R] R bindings for Flight RPC client

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


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


----------------------------------------------------------------
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] wesm commented on pull request #7875: ARROW-3757: [R] R bindings for Flight RPC client

Posted by GitBox <gi...@apache.org>.
wesm commented on pull request #7875:
URL: https://github.com/apache/arrow/pull/7875#issuecomment-667352389


   Cool! What do you think about making this part of the master R project (versus as a separate CRAN package)? I can look at the lower-level details later


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