martin-g opened a new pull request, #4369: URL: https://github.com/apache/arrow-datafusion/pull/4369
# Which issue does this PR close? Closes #. # Rationale for this change This change makes the SQL and DataFrame (DF) examples at https://arrow.apache.org/datafusion/user-guide/example-usage.html more similar. Currently the SQL example uses `LIMIT 100` while the DF one collects all results and then just prints the first 100 via `show_limit(100)`. # What changes are included in this PR? The sample DF code now uses `limit()` instead of `show_limit()`. # Are these changes tested? No. # 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]
