You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Rationale for this change
`>` in YAML removes newlines.
### What changes are included in this PR?
Use `|` instead of `>` to keep newlines.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #44050
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
…che#44051)
### Rationale for this change
`>` in YAML removes newlines.
### What changes are included in this PR?
Use `|` instead of `>` to keep newlines.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: apache#44050
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
GH-43937 enables auto backtrace on crash but it broke integration test CI.
arrow/.github/workflows/integration.yml
Lines 103 to 104 in 2a793d6
uses
>
. So newline are removed automatically.So the real command line is
source ci/scripts/util_enable_core_dumps.sh archery ...
notsource ...; archery ...
.Component(s)
Continuous Integration, Integration
The text was updated successfully, but these errors were encountered: