lidavidm commented on pull request #10906:
URL: https://github.com/apache/arrow/pull/10906#issuecomment-920077136


   @Ulimo hmm, that is an interesting case - I don't think we've said much 
about partitioning. In this case, does your client know which partition keys 
correspond to which endpoints?
   
   Or in other words, what is the exact request flow envisioned? Is it:
   
   1. Client knows the partition<->endpoint correspondence. In this case, the 
client calls GetFlightInfo on each endpoint (or once?), then calls DoExchange 
with the correct partition key for each endpoint.
   2. Client does not know the partition<->endpoint correspondence. In this 
case, you would like some way to return that information to the client so that 
the client does not make unnecessary requests?


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


Reply via email to