LuciferYang commented on code in PR #43354:
URL: https://github.com/apache/spark/pull/43354#discussion_r1395397883
##########
common/utils/src/main/scala/org/apache/spark/util/IvyTestUtils.scala:
##########
@@ -230,12 +226,11 @@ private[deploy] object IvyTestUtils {
val inside = deps.map(ivyArtifactWriter).mkString("\n")
"\n <dependencies>\n" + inside + "\n </dependencies>"
}.getOrElse("")
- content += "\n</ivy-module>"
Review Comment:
Why do we need to delete this line? It will make the content of `ivy.xml`
incomplete...
--
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]