You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/30 03:50:38 UTC

[GitHub] [arrow-datafusion] Ted-Jiang commented on pull request #2638: Fix limit pushdown

Ted-Jiang commented on PR #2638:
URL: https://github.com/apache/arrow-datafusion/pull/2638#issuecomment-1140662369

   >  builder.limit(100).offset(10) means ignore the first 10 rows and then starting to count 100 rows. Now it
   means returns 100 rows and then skip 10 rows.
   @ming535  If this happened, means only return 90 rows?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org