RussellSpitzer opened a new pull request, #3763:
URL: https://github.com/apache/parquet-java/pull/3763
### Rationale for this change
Before we were making a temporary .release-settings.xml in the working
directory. This caused RAT to fail since the temp file was not licensed
correctly.
Now we use mktemp under RUNNER_TEMP (with TMPDIR / /tmp fallbacks) so the
file lives outside the tree RAT scans, and guard the EXIT trap with
${settings_file:-} in case the script exits before the variable is set.
### What changes are included in this PR?
Changes the position of the temporary file
### Are these changes tested?
Only locally, made sure the file writes outside of the working directory
### Are there any user-facing changes?
No
--
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]