Skip to content

[multistage][hotfix] fix limit pushdown only keep 10_000 rows#10224

Merged
walterddr merged 1 commit intoapache:masterfrom
walterddr:pr_hotfix_sort_pushdown_limit
Feb 2, 2023
Merged

[multistage][hotfix] fix limit pushdown only keep 10_000 rows#10224
walterddr merged 1 commit intoapache:masterfrom
walterddr:pr_hotfix_sort_pushdown_limit

Conversation

@walterddr
Copy link
Contributor

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.

@walterddr
Copy link
Contributor Author

CC @agavra

@walterddr walterddr force-pushed the pr_hotfix_sort_pushdown_limit branch from dbef698 to 41c3172 Compare February 2, 2023 21:32
@walterddr walterddr merged commit ce0af82 into apache:master Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants