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

[I] [FlightSQL] SubstraitPlan structure is not exported [arrow-rs]

amartins23 opened a new issue, #4932:
URL: https://github.com/apache/arrow-rs/issues/4932

   **Describe the bug**
   The arrow_flight crate defines commands that use substraitplans, but does not export the structure that holds those plans `SubstraitPlan` in the `arrow_flight::sql` module, making it impossible to use [CommandStatementSubstraitPlan](https://docs.rs/arrow-flight/latest/arrow_flight/sql/struct.CommandStatementSubstraitPlan.html#) and [ActionCreatePreparedSubstraitPlanRequest](https://docs.rs/arrow-flight/latest/arrow_flight/sql/struct.ActionCreatePreparedSubstraitPlanRequest.html#).
   
   **To Reproduce**
   Try to use structure in code, or just look at the docs in crates.io.
   
   **Expected behavior**
   Structure should be exported.
   
   **Additional context**
   


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


Re: [I] [FlightSQL] SubstraitPlan structure is not exported [arrow-rs]

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold commented on issue #4932:
URL: https://github.com/apache/arrow-rs/issues/4932#issuecomment-1768076211

   `label_issue.py` automatically added labels {'arrow'} from #4933


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


Re: [I] [FlightSQL] SubstraitPlan structure is not exported [arrow-rs]

Posted by "amartins23 (via GitHub)" <gi...@apache.org>.
amartins23 commented on issue #4932:
URL: https://github.com/apache/arrow-rs/issues/4932#issuecomment-1761822816

   It would be nice if the fix could be back ported to older arrow versions, namely 43 and 47.


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


Re: [I] [FlightSQL] SubstraitPlan structure is not exported [arrow-rs]

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on issue #4932:
URL: https://github.com/apache/arrow-rs/issues/4932#issuecomment-1767224894

   > It would be nice if the fix could be back ported to older arrow versions, namely 43 and 47.
   
   Thanks @amartins23  -- we don't currently have the bandwidth to do releases for older versions, though we could certainly do so with some more help. Any chance you have some time to help with such a thing (basically make a branch, and then create the README, / bump versions). If so I an provide more details
   


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


Re: [I] [FlightSQL] SubstraitPlan structure is not exported [arrow-rs]

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold commented on issue #4932:
URL: https://github.com/apache/arrow-rs/issues/4932#issuecomment-1768076276

   `label_issue.py` automatically added labels {'arrow-flight'} from #4933


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


Re: [I] [FlightSQL] SubstraitPlan structure is not exported [arrow-rs]

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed issue #4932: [FlightSQL] SubstraitPlan structure is not exported
URL: https://github.com/apache/arrow-rs/issues/4932


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