You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/11/06 12:14:40 UTC

[GitHub] [incubator-druid] Jaymin-adzmedia commented on issue #8820: groupBy() query is not working in Node Js

Jaymin-adzmedia commented on issue #8820: groupBy() query is not working in Node Js
URL: https://github.com/apache/incubator-druid/issues/8820#issuecomment-550283208
 
 
   Hello vogievetsky,
   
   Here is my query in node:
   
   > var queryRep = client.timeseries();
   >                     queryRep.dataSource(APP_REPORTING_DATA_SOURCE)
   >                         .granularity(reqGranularity)
   >                         .aggregation('count', 'rows');
   
   when I add limit(maxLimit) in query it is showing me.
   
   ```
   TypeError: client.timeseries(...).limit is not a function
   2|DSP-api  |     at dimensionData (/home/ec2-user/reports/dsp_reports/controllers/ReportController.js:255:56)
   ```
   
   Can you help me in this case?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org