kou opened a new issue, #46593: URL: https://github.com/apache/arrow/issues/46593
### Describe the bug, including details regarding any error messages, version, and platform. Example: https://github.com/apache/arrow-java/actions/runs/15243242024/job/42865926806#step:12:2770 ```text Integration: Build: Java Prepare arguments Clear output directories and leftovers Building Arrow Java C Data Interface native library + github_actions_group_end + set +x + mkdir -p /tmp/dist/java Copying artifacts + set +x + /arrow/java/ci/scripts/build.sh /arrow/java /build/java /tmp/dist/java /build/java / [INFO] Scanning for projects... ... ``` Because the build script for integration test in apache/arrow also starts group: https://github.com/apache/arrow/blob/19439118ce25620b9773fe3616aa1e4dab4fd098/ci/scripts/integration_arrow_build.sh#L56-L64 Grouping log lines https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#grouping-log-lines can't be nested. -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org