ankitsultana commented on code in PR #14598:
URL: https://github.com/apache/pinot/pull/14598#discussion_r1870417294
##########
pinot-common/src/main/proto/worker.proto:
##########
@@ -25,7 +25,7 @@ service PinotQueryWorker {
// Dispatch a QueryRequest to a PinotQueryWorker
rpc Submit(QueryRequest) returns (QueryResponse);
- rpc SubmitTimeSeries(TimeSeriesQueryRequest) returns (TimeSeriesResponse);
+ rpc SubmitTimeSeries(TimeSeriesQueryRequest) returns (stream
TimeSeriesResponse);
Review Comment:
ideally we should not rely on query server for query response, but we'll fix
it as part of MSE integration which is coming up soon.
--
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]