laurentgo commented on issue #41982:
URL: https://github.com/apache/arrow/issues/41982#issuecomment-2150606216
As a hack, I added to `dev/tasks/java-jars/github.yml` the following snippet
to capture relevant information:
```
- name: Build bundled jar
run: |
set -e
ulimit -c unlimited
[...]
- name: Capture build artifacts
uses: actions/upload-artifact@v4
with:
name: surefire-reports
path: |
**/surefire-reports/**
**/hs_err*.log
/cores/core.*
if: always()
```
--
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]