gengliangwang commented on PR #42766: URL: https://github.com/apache/spark/pull/42766#issuecomment-1705864189
BTW, there were multiple places setting `shadeTestJar` as true. @LuciferYang could you update the unnecessary ones as well? ``` $ git grep shadeTestJar connector/protobuf/pom.xml: <shadeTestJar>false</shadeTestJar> core/pom.xml: <shadeTestJar>true</shadeTestJar> streaming/pom.xml: <shadeTestJar>true</shadeTestJar> ``` -- 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]
