lidavidm commented on code in PR #519:
URL: https://github.com/apache/arrow-java/pull/519#discussion_r1915834965


##########
.pre-commit-config.yaml:
##########
@@ -35,7 +35,8 @@ repos:
             git archive HEAD \
               --prefix=apache-arrow-java/ \
               --output=apache-arrow-java.tar.gz && \
-              dev/release/run_rat.sh apache-arrow-java.tar.gz"
+              dev/release/run_rat.sh apache-arrow-java.tar.gz && \
+              rm -f apache-arrow-java.tar.gz"

Review Comment:
   I guess it will get left behind if run_rat fails, but I suppose that's ok?



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

Reply via email to