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 2021/05/19 07:57:09 UTC

[GitHub] [arrow] kou opened a new pull request #10355: ARROW-12829: [GLib][Ruby] Add support for Apache Arrow Flight

kou opened a new pull request #10355:
URL: https://github.com/apache/arrow/pull/10355


   


-- 
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 #10355: ARROW-12829: [GLib][Ruby] Add support for Apache Arrow Flight

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


   Revision: cb827c5eb69e66491bdbbdf8339414556bfd346a
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-426](https://github.com/ursacomputing/crossbow/branches/all?query=actions-426)
   
   |Task|Status|
   |----|------|
   |amazon-linux-2-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-426-github-amazon-linux-2-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-426-github-amazon-linux-2-amd64)|
   |centos-7-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-426-github-centos-7-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-426-github-centos-7-amd64)|
   |centos-8-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-426-github-centos-8-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-426-github-centos-8-amd64)|
   |centos-8-arm64|[![TravisCI](https://img.shields.io/travis/ursacomputing/crossbow/actions-426-travis-centos-8-arm64.svg)](https://travis-ci.com/ursacomputing/crossbow/branches)|
   |debian-bullseye-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-426-github-debian-bullseye-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-426-github-debian-bullseye-amd64)|
   |debian-bullseye-arm64|[![TravisCI](https://img.shields.io/travis/ursacomputing/crossbow/actions-426-travis-debian-bullseye-arm64.svg)](https://travis-ci.com/ursacomputing/crossbow/branches)|
   |debian-buster-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-426-github-debian-buster-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-426-github-debian-buster-amd64)|
   |debian-buster-arm64|[![TravisCI](https://img.shields.io/travis/ursacomputing/crossbow/actions-426-travis-debian-buster-arm64.svg)](https://travis-ci.com/ursacomputing/crossbow/branches)|
   |ubuntu-bionic-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-426-github-ubuntu-bionic-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-426-github-ubuntu-bionic-amd64)|
   |ubuntu-bionic-arm64|[![TravisCI](https://img.shields.io/travis/ursacomputing/crossbow/actions-426-travis-ubuntu-bionic-arm64.svg)](https://travis-ci.com/ursacomputing/crossbow/branches)|
   |ubuntu-focal-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-426-github-ubuntu-focal-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-426-github-ubuntu-focal-amd64)|
   |ubuntu-focal-arm64|[![TravisCI](https://img.shields.io/travis/ursacomputing/crossbow/actions-426-travis-ubuntu-focal-arm64.svg)](https://travis-ci.com/ursacomputing/crossbow/branches)|
   |ubuntu-groovy-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-426-github-ubuntu-groovy-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-426-github-ubuntu-groovy-amd64)|
   |ubuntu-groovy-arm64|[![TravisCI](https://img.shields.io/travis/ursacomputing/crossbow/actions-426-travis-ubuntu-groovy-arm64.svg)](https://travis-ci.com/ursacomputing/crossbow/branches)|
   |ubuntu-hirsute-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-426-github-ubuntu-hirsute-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-426-github-ubuntu-hirsute-amd64)|
   |ubuntu-hirsute-arm64|[![TravisCI](https://img.shields.io/travis/ursacomputing/crossbow/actions-426-travis-ubuntu-hirsute-arm64.svg)](https://travis-ci.com/ursacomputing/crossbow/branches)|


-- 
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] kou commented on pull request #10355: ARROW-12829: [GLib][Ruby] Add support for Apache Arrow Flight

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


   @mrkn What do you think about `gaflight_` prefix?
   
   If we follow Apache Arrow Dataset GLib convention, we use `gaf_` prefix. But this convention will cause conflict/confusion when we add Apache Arrow DXX (such as DataFrame) GLib. How about using `ga#{module}_` prefix such as `gaflight_` and `gadataset_`?


-- 
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] kou commented on pull request #10355: ARROW-12829: [GLib][Ruby] Add support for Apache Arrow Flight

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


   OK. Let's try `gaXXX_`. If `gaXXX_` conflicts with other products, we can rethink 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] kou closed pull request #10355: ARROW-12829: [GLib][Ruby] Add support for Apache Arrow Flight

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


   


-- 
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] kou commented on pull request #10355: ARROW-12829: [GLib][Ruby] Add support for Apache Arrow Flight

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


   @github-actions crossbow submit -g linux


-- 
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] kou commented on pull request #10355: ARROW-12829: [GLib][Ruby] Add support for Apache Arrow Flight

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


   +1


-- 
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] mrkn commented on pull request #10355: ARROW-12829: [GLib][Ruby] Add support for Apache Arrow Flight

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


   I don't have any objection for employing `gaflight` prefix, but only thing I worry about is that `ga` prefix of `gaflight` may be too short?


-- 
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 #10355: ARROW-12829: [GLib][Ruby] Add support for Apache Arrow Flight

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


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


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