grundprinzip commented on PR #41379:
URL: https://github.com/apache/spark/pull/41379#issuecomment-1576541575

   Unfortunately, I think this might not be the best possible approach. Any 
command has the ability to send any response "right now" and expects that it 
will be returned. The client can change their behavior based on this and we 
should not simply buffer all responses. In addition, if I understand correctly, 
buffering the responses is not great for memory consumption reasons. 
   
   In the asynchronous query processing case, we want to immediately return a 
message for example that returns a query ID for the client to re-attache to.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to