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/10/24 23:22:09 UTC

[GitHub] [arrow-datafusion] tustvold commented on pull request #3948: Don't make users install protoc

tustvold commented on PR #3948:
URL: https://github.com/apache/arrow-datafusion/pull/3948#issuecomment-1289771428

   An alternative that might be less potentially problematic, as there are [reasons](https://github.com/tokio-rs/prost/issues/725) prost stopped vending protoc binaries, might be to vend the generated descriptor set. I experimented with doing this for pbjson-types in https://github.com/influxdata/pbjson/pull/79.
   
   Another option might just be to vend the generated code, perhaps using something like https://docs.rs/protoc-gen-prost/latest/protoc_gen_prost/


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