siddharthteotia commented on a change in pull request #4535: Implement DISTINCT 
clause
URL: https://github.com/apache/incubator-pinot/pull/4535#discussion_r321040330
 
 

 ##########
 File path: pinot-common/src/thrift/request.thrift
 ##########
 @@ -155,6 +155,7 @@ struct BrokerRequest {
  16: optional HavingFilterQueryMap havingFilterSubQueryMap;
  17: optional query.PinotQuery pinotQuery;
  18: optional list<SelectionSort> orderBy;
+ 19: optional i32 limit = 0;
 
 Review comment:
   Yes. If the user didn't specify LIMIT N, then we use the default 10 and set 
it here.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to