You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "lidavidm (via GitHub)" <gi...@apache.org> on 2023/01/25 13:18:52 UTC

[GitHub] [arrow-adbc] lidavidm opened a new issue, #385: [Go] Change how DoGet calls are parallelized in the Flight SQL driver

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

   Currently we interleave results from all endpoints; until Flight has an explicit way to indicate whether results are ordered or not, it may be friendlier to read in parallel, but try to return data in order (even if there is not necessarily an order).


-- 
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] zeroshade closed issue #385: [Go] Change how DoGet calls are parallelized in the Flight SQL driver

Posted by "zeroshade (via GitHub)" <gi...@apache.org>.
zeroshade closed issue #385: [Go] Change how DoGet calls are parallelized in the Flight SQL driver
URL: https://github.com/apache/arrow-adbc/issues/385


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