Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-518: Cleanup apache-arrow-java.tar.gz created by pre-commit #519

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

kou
Copy link
Member

@kou kou commented Jan 15, 2025

Fixes GH-518.

@@ -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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. In the case, we should check apache-arrow-java.tar.gz.

@kou kou merged commit f4a0adf into apache:main Jan 15, 2025
21 checks passed
@kou kou deleted the pre-commit-rat branch January 15, 2025 02:34
@lidavidm lidavidm added this to the 18.2.0 milestone Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] Cleanup apache-arrow-java.tar.gz created by pre-commit
2 participants