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 2021/01/10 15:53:19 UTC

[GitHub] [arrow] andygrove opened a new pull request #9154: ARROW-11200: [Rust] [DataFusion] Physical operators and expressions should have public accessor methods

andygrove opened a new pull request #9154:
URL: https://github.com/apache/arrow/pull/9154


   Physical operators and expressions should have public accessor methods so that other crates can walk the physical plan and extract the values used to construct the operators and expressions.
   
   This allows other projects to translate the physical plan into a different form or to serialize a physical plan to support distributed queries in a cluster.


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

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



[GitHub] [arrow] andygrove commented on pull request #9154: ARROW-11200: [Rust] [DataFusion] Physical operators and expressions should have public accessor methods

Posted by GitBox <gi...@apache.org>.
andygrove commented on pull request #9154:
URL: https://github.com/apache/arrow/pull/9154#issuecomment-757499367


   @alamb @jorgecarleitao This hopefully gives me everything I need to serialize and deserialize physical plans as well as translate to new plans and will allow me to have another go at building a distributed query scheduler in Ballista.


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

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



[GitHub] [arrow] github-actions[bot] commented on pull request #9154: ARROW-11200: [Rust] [DataFusion] Physical operators and expressions should have public accessor methods

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #9154:
URL: https://github.com/apache/arrow/pull/9154#issuecomment-757498202


   https://issues.apache.org/jira/browse/ARROW-11200


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

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



[GitHub] [arrow] andygrove closed pull request #9154: ARROW-11200: [Rust] [DataFusion] Physical operators and expressions should have public accessor methods

Posted by GitBox <gi...@apache.org>.
andygrove closed pull request #9154:
URL: https://github.com/apache/arrow/pull/9154


   


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

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