DarkWanderer opened a new issue, #19489: URL: https://github.com/apache/datafusion/issues/19489
### Is your feature request related to a problem or challenge? Currently, `datafusion-proto` crate excludes protobuf definitions from crate distribution. While generated structs are available for use, this prevents consumers of the crate from defining other messages or gRPC services that include types defined in `datafusion.proto`. Workarounds exist (copying `datafusion.proto` into source, creating a stub and using `extern_path` with Prost), but they are brittle if the .proto file ever updates ### Describe the solution you'd like Publish `.proto` file as part of `datafusion-proto` package ### Describe alternatives you've considered * Copying `datafusion.proto` file into my own source code. This may cause silent data corruption in future ### 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
