You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/25 09:46:39 UTC

[GitHub] [arrow-datafusion] martin-g opened a new pull request, #4369: Use limit() function instead of show_limit() in the first example

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] ursabot commented on pull request #4369: Use limit() function instead of show_limit() in the first example

Posted by GitBox <gi...@apache.org>.
ursabot commented on PR #4369:
URL: https://github.com/apache/arrow-datafusion/pull/4369#issuecomment-1328224927

   Benchmark runs are scheduled for baseline = 3bfdbaa3100e0f73760eaada7e3b196d2cb02130 and contender = 049690412cbdcc1dfba5ebd9e055985129cb8843. 049690412cbdcc1dfba5ebd9e055985129cb8843 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Skipped :warning: Benchmarking of arrow-datafusion-commits is not supported on ec2-t3-xlarge-us-east-2] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/709a029c825e4edb8ac1e2e3881d4c9f...8c4649a6cc834069905c0f9b33e348a5/)
   [Skipped :warning: Benchmarking of arrow-datafusion-commits is not supported on test-mac-arm] [test-mac-arm](https://conbench.ursa.dev/compare/runs/86844b803b6d410d947f69f03af73706...d01946810f3f4cdfaaed3a9bdf95bdcb/)
   [Skipped :warning: Benchmarking of arrow-datafusion-commits is not supported on ursa-i9-9960x] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/7170e49fa69c47f397c0b9a5ad9f1db3...3e79d49c85304652bf25784d734bd09e/)
   [Skipped :warning: Benchmarking of arrow-datafusion-commits is not supported on ursa-thinkcentre-m75q] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/51f0634c9f754d97bf444a6589bb1fe7...ee13c2aca82044b486b5c2b61946bf14/)
   Buildkite builds:
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
   test-mac-arm: Supported benchmark langs: C++, Python, R
   ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
   ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java
   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] alamb merged pull request #4369: Use limit() function instead of show_limit() in the first example

Posted by GitBox <gi...@apache.org>.
alamb merged PR #4369:
URL: https://github.com/apache/arrow-datafusion/pull/4369


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org