You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by GitBox <gi...@apache.org> on 2023/01/13 20:36:30 UTC

[GitHub] [arrow-adbc] lidavidm opened a new issue, #348: [CI] Refactor CI jobs

lidavidm opened a new issue, #348:
URL: https://github.com/apache/arrow-adbc/issues/348

   I think a structure like this might be nice:
   
   1. In parallel, build all C/C++ drivers, Go drivers, and Java drivers
   2. In parallel, build GLib/Ruby code and CGo drivers (using outputs of previous stages as inputs)
   
   That way we can get some more parallelism out of CI, but also, we don't have to redo all the work from scratch for each configuration. This will matter more now that we have things like a Go Flight SQL driver that can be used in C/C++ - we either have to duplicate build configs, or have a single very long job.


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow-adbc] lidavidm commented on issue #348: [CI] Refactor CI jobs

Posted by GitBox <gi...@apache.org>.
lidavidm commented on issue #348:
URL: https://github.com/apache/arrow-adbc/issues/348#issuecomment-1386008406

   Thanks. #354 takes care of it, hopefully it looks alright. It also enables the PostgreSQL tests in CI for once. 
   
   #355 needs updating but shows the motivation: a Go driver is being built into a Python package. Eventually I'd like to get Dremio running in CI as a container to test the Flight SQL driver. (@zeroshade has mostly figured this out, I believe.)


-- 
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-adbc] zeroshade commented on issue #348: [CI] Refactor CI jobs

Posted by GitBox <gi...@apache.org>.
zeroshade commented on issue #348:
URL: https://github.com/apache/arrow-adbc/issues/348#issuecomment-1387291241

   @lidavidm @kou Yup, I've figured it out because I've done it before. I'm just setting up the tests and everything that I'll use against dremio (using an env var to specify the URI) first and then i'll introduce the CI changes to get it running as a container in CI on top of this refactor.


-- 
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-adbc] lidavidm closed issue #348: [CI] Refactor CI jobs

Posted by GitBox <gi...@apache.org>.
lidavidm closed issue #348: [CI] Refactor CI jobs
URL: https://github.com/apache/arrow-adbc/issues/348


-- 
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: issues-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-adbc] kou commented on issue #348: [CI] Refactor CI jobs

Posted by GitBox <gi...@apache.org>.
kou commented on issue #348:
URL: https://github.com/apache/arrow-adbc/issues/348#issuecomment-1383030540

   It will work.
   I can help GLib/Ruby parts.


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