hiroyuki-sato commented on PR #51121:
URL: https://github.com/apache/arrow/pull/51121#issuecomment-5504148008
@kou Thank you for your review. Applied suggested change
> Could you call print_coredumps only when the test is failed?
Does this mean the following?
```bash
if [ "$STATUS" -ne 0 ] ; then
print_coredumps
fi
```
--
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]