martin-g opened a new pull request, #25397: URL: https://github.com/apache/datafusion/pull/25397
## Which issue does this PR close? Closes N/A. ## Rationale for this change https://docs.rs/datafusion/latest/datafusion/catalog/trait.TableProvider.html#limit says ``` If limit is specified, the scan must produce at least this many rows, though it may return more ``` In SQL semantics the `LIMIT` tells the maximum number of rows to return. Not the minimum. ## What changes are included in this PR? Fixed the documentation for `TableProvider::scan()`'s `limit` argument to match the similar documentation at https://docs.rs/datafusion/latest/datafusion/catalog/struct.ScanArgs.html#method.with_limit ## What is the testing strategy for this PR? Build the docs and verify that the documentation is correct. ## Are there any user-facing changes? No. -- 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]
