You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "walterddr (via GitHub)" <gi...@apache.org> on 2023/02/02 21:31:42 UTC

[GitHub] [pinot] walterddr opened a new pull request, #10224: [multistage][hotfix] fix limit pushdown only keep 10_000 rows

walterddr opened a new pull request, #10224:
URL: https://github.com/apache/pinot/pull/10224

   previously sort is hard-coded to have limit 10_000. we should not limit on this. this will cause `SELECT * FROM tbl LIMIT 100000` to only return 10_000 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: commits-unsubscribe@pinot.apache.org

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


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


[GitHub] [pinot] walterddr commented on pull request #10224: [multistage][hotfix] fix limit pushdown only keep 10_000 rows

Posted by "walterddr (via GitHub)" <gi...@apache.org>.
walterddr commented on PR #10224:
URL: https://github.com/apache/pinot/pull/10224#issuecomment-1414401131

   CC @agavra 


-- 
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: commits-unsubscribe@pinot.apache.org

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


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


[GitHub] [pinot] walterddr merged pull request #10224: [multistage][hotfix] fix limit pushdown only keep 10_000 rows

Posted by "walterddr (via GitHub)" <gi...@apache.org>.
walterddr merged PR #10224:
URL: https://github.com/apache/pinot/pull/10224


-- 
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: commits-unsubscribe@pinot.apache.org

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


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