vrajat commented on code in PR #14110:
URL: https://github.com/apache/pinot/pull/14110#discussion_r1808655475
##########
pinot-broker/src/main/java/org/apache/pinot/broker/api/resources/PinotClientRequest.java:
##########
@@ -221,6 +230,8 @@ public void processSqlWithMultiStageQueryEngineGet(
})
@ManualAuthorization
public void processSqlWithMultiStageQueryEnginePost(String query, @Suspended
AsyncResponse asyncResponse,
+ @ApiParam(value = "Return a cursor instead of complete result set")
@QueryParam("getCursor") Boolean getCursor,
+ @ApiParam(value = "Number of rows to fetch") @QueryParam("numRows")
Integer numRows,
Review Comment:
No. `numRows` is ignored if `getCursor` is false. I'll add it to the
description.
--
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]