LevisNgigi commented on PR #33656:
URL: https://github.com/apache/superset/pull/33656#issuecomment-2955941009

   > > SELECT COUNT(*) AS count
   > > FROM main.video_game_sales
   > > LIMIT 50000 OFFSET 0;
   > 
   > @LevisNgigi isn't the `LIMIT 50000` there going to create a problem for 
the calculation of actual totals if there are more rows available?
   
   @geido that was a great catch.I have updated so that no row limit is applied 
for the totals. Now it looks like this. " SELECT COUNT(*) AS count 
   FROM main.video_game_sales; "


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