lidavidm commented on pull request #10906: URL: https://github.com/apache/arrow/pull/10906#issuecomment-920100522
Thanks for the info. That is my worry: being able to direct a query like that is somewhat implementation-dependent. However, if the partitioning can be determined up front by the server, I think it would be possible for something like this: the client calls GetFlightInfo with the top-level query (which I think would not have `@pkey`?), and the server returns a list of endpoints, one per partition, with different tickets that each have partition info embedded. Then the client calls DoGet on each endpoint. That sounds kind of like your workflow already, if I understand right? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
