You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kylebrooks-8451 (via GitHub)" <gi...@apache.org> on 2023/04/25 16:43:22 UTC

[GitHub] [arrow-datafusion-python] kylebrooks-8451 opened a new issue, #343: Substrait Plan to Protobuf Bytes

kylebrooks-8451 opened a new issue, #343:
URL: https://github.com/apache/arrow-datafusion-python/issues/343

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   There is no way to serialize a Substrait plan to bytes in Python. The only way currently is to serialize a SQL query to bytes which doesn't work with Dataframes.
   
   **Describe the solution you'd like**
   A way to go from Dataframe -> Substrait Plan -> Encoded Protobuf Bytes
   
   **Describe alternatives you've considered**
   Using SQL queries instead of the Dataframe API.
   
   


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

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


[GitHub] [arrow-datafusion-python] andygrove closed issue #343: Substrait Plan to Protobuf Bytes

Posted by "andygrove (via GitHub)" <gi...@apache.org>.
andygrove closed issue #343: Substrait Plan to Protobuf Bytes
URL: https://github.com/apache/arrow-datafusion-python/issues/343


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