You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "andygrove (via GitHub)" <gi...@apache.org> on 2023/05/07 14:24:32 UTC

[GitHub] [arrow-datafusion-python] andygrove opened a new pull request, #373: Docs explaining how to view query plans

andygrove opened a new pull request, #373:
URL: https://github.com/apache/arrow-datafusion-python/pull/373

   # Which issue does this PR close?
   
   <!--
   We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123.
   -->
   
   Closes #.
   
    # Rationale for this change
   <!--
    Why are you proposing this change? If this is already explained clearly in the issue then this section is not needed.
    Explaining clearly why changes are proposed helps reviewers understand your changes and offer better suggestions for fixes.  
   -->
   
   # What changes are included in this PR?
   <!--
   There is no need to duplicate the description in the issue here but it is sometimes worth providing a summary of the individual changes in this PR.
   -->
   
   # Are there any user-facing changes?
   <!--
   If there are user-facing changes then we may require documentation to be updated before approving the PR.
   -->
   
   <!--
   If there are any breaking changes to public APIs, please add the `api change` label.
   -->


-- 
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-python] andygrove commented on pull request #373: Docs explaining how to view query plans

Posted by "andygrove (via GitHub)" <gi...@apache.org>.
andygrove commented on PR #373:
URL: https://github.com/apache/arrow-datafusion-python/pull/373#issuecomment-1537457865

   @MrPowers @jdye64 fyi


-- 
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-python] andygrove commented on pull request #373: Docs explaining how to view query plans

Posted by "andygrove (via GitHub)" <gi...@apache.org>.
andygrove commented on PR #373:
URL: https://github.com/apache/arrow-datafusion-python/pull/373#issuecomment-1538392649

   > I think the PR is fine as-is and is a great addition to the documentation!
   
   Thanks. I'll merge this and follow up (likely next weekend) to address your suggestions. The next step is to explain how to inspect the individual operators and expressions (there are Python wrappers for them) and how to transpile to other query engines.


-- 
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-python] jdye64 commented on pull request #373: Docs explaining how to view query plans

Posted by "jdye64 (via GitHub)" <gi...@apache.org>.
jdye64 commented on PR #373:
URL: https://github.com/apache/arrow-datafusion-python/pull/373#issuecomment-1538502573

   Late to the party but this is great @andygrove thanks!


-- 
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-python] MrPowers commented on pull request #373: Docs explaining how to view query plans

Posted by "MrPowers (via GitHub)" <gi...@apache.org>.
MrPowers commented on PR #373:
URL: https://github.com/apache/arrow-datafusion-python/pull/373#issuecomment-1537539060

   This is so awesome!  Well written.
   
   In the future, might be cool to add a section on real-world use cases for this functionality.  I'd stress that this is really hard to build from scratch, so many libraries are using the DataFusion query planning capabilities.  We could also add a list of the libraries using this functionality.  Perhaps we could highlight [dask-sql](https://github.com/dask-contrib/dask-sql) as an example of a success story?
   
   I think the PR is fine as-is and is a great addition to the documentation!


-- 
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-python] andygrove merged pull request #373: Docs explaining how to view query plans

Posted by "andygrove (via GitHub)" <gi...@apache.org>.
andygrove merged PR #373:
URL: https://github.com/apache/arrow-datafusion-python/pull/373


-- 
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