rangadi commented on code in PR #41377:
URL: https://github.com/apache/spark/pull/41377#discussion_r1209742583
##########
project/SparkBuild.scala:
##########
@@ -929,7 +929,12 @@ object SparkProtobuf {
(Test / PB.protoSources) += (Test / sourceDirectory).value / "resources" /
"protobuf",
(Test / PB.targets) := Seq(
- PB.gens.java -> target.value / "generated-test-sources"
+ PB.gens.java -> target.value / "generated-test-sources",
+ PB.gens.descriptorSet -> target.value /
"generated-test-sources/descriptor-set-sbt.desc",
Review Comment:
@LuciferYang this PR is an attempt at generating descriptor files at build
time. it is not clear if there is a way to make SBT create one descriptor file
for each proto file.
--
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]