tustvold opened a new issue, #5718: URL: https://github.com/apache/arrow-datafusion/issues/5718
### Is your feature request related to a problem or challenge? As of https://github.com/apache/arrow-datafusion/pull/3950 DataFusion vendors the generated protobuf code, for a variety of reasons linked to from the PR. Unfortunately in order to avoid drift this needs to pin the version of tonic-build, etc... used to generate the code. The current approach of using a build.rs causes this to leak into downstreams ### Describe the solution you'd like Move the protoc generation into a non-published subcrate as was recently done in arrow-rs - https://github.com/apache/arrow-rs/pull/3927 ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
