hiroyuki-sato opened a new pull request, #51121:
URL: https://github.com/apache/arrow/pull/51121

   ### Rationale for this change
   
   In #50934, `find` was used instead of `(ls /tmp | grep $PATTERN)` to find 
core files in a ShellCheck-safe way,
   but the fix was incomplete.
   
   * If no core files are found, the exit status can be 1, causing the script 
to fail.
   * If multiple core files are found, their file names are concatenated into a 
single string.
   
   ### What changes are included in this PR?
   
   Update the core file detection to store the results in an array.
   
   ### Are these changes tested?
   
   Yes.
   
   ### 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]

Reply via email to