dongjoon-hyun commented on code in PR #40585:
URL: https://github.com/apache/spark/pull/40585#discussion_r1151451925


##########
dev/create-release/release-build.sh:
##########
@@ -473,7 +473,7 @@ if [[ "$1" == "publish-release" ]]; then
   pushd $tmp_repo/org/apache/spark
 
   # Remove any extra files generated during install
-  find . -type f |grep -v \.jar |grep -v \.pom | xargs rm
+  find . -type f |grep -v \.jar |grep -v \.pom |grep -v \.xml |grep -v \.json 
| xargs rm

Review Comment:
   I believe there is no uncecessary files ending with `.xml` and `.json`, but 
I'll double-check now, @viirya .



-- 
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]

Reply via email to