rangadi opened a new pull request, #41377:
URL: https://github.com/apache/spark/pull/41377
[ This is a draft PR and is not ready to merge yet]
This updates build to generate descriptor files for Protobuf files at build
time. This removes `.desc` from test-resources.
This solution is currently a bit hacky. Maven & SBT plugins generate
descriptor files differently:
- Maven builds one descriptor file for each proto file
(`catalyst_types.desc`, `functions_suite.desc` etc).
- SBT plugin build single descriptor file for all the proto files.
It is not clear how we can get consistent out from these. We can use either
option, but need both builds to generate same files.
### How was this patch tested?
- Existing unit tests.
--
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]