Skip to content

Core: Sent minRowsRequested to REST server#15661

Merged
nastra merged 2 commits intoapache:mainfrom
nastra:min-rows-requested
Mar 17, 2026
Merged

Core: Sent minRowsRequested to REST server#15661
nastra merged 2 commits intoapache:mainfrom
nastra:min-rows-requested

Conversation

@nastra
Copy link
Contributor

@nastra nastra commented Mar 17, 2026

Propagates the minRowsRequested hint from RESTTableScan to the REST scan planning server. Previously, this value was set on the scan context but never included in the planning request, so the server had no way to act on it.
After introducing minRowsRequested in #14615, I forgot to follow-up and set it in RESTTableScan as well, since back then the scan planning wasn't merged yet.

@nastra nastra force-pushed the min-rows-requested branch from 7fff099 to fc8e0e0 Compare March 17, 2026 08:44
Copy link
Contributor

@singhpk234 singhpk234 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @nastra !

@nastra
Copy link
Contributor Author

nastra commented Mar 17, 2026

thanks everyone for the quick reviews!

@nastra nastra merged commit c9f6c84 into apache:main Mar 17, 2026
34 checks passed
@nastra nastra deleted the min-rows-requested branch March 17, 2026 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants