nastra opened a new pull request, #14615: URL: https://github.com/apache/iceberg/pull/14615
This pushes down the `LIMIT` from Spark to the underlying Scan. This is still expecting the `LIMIT` to be applied by Spark, but its value is pushed down through the Scan and used as `min-rows-requested` (introduced by https://github.com/apache/iceberg/pull/14565) for server-side scan planning. This is used as a hint during server-side scan planning to not have to return more rows than necessary. It is not required for the server to return that many rows since the scan may not produce that many rows. The server can also return more rows than requested. -- 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]
