thisisnic commented on code in PR #47985:
URL: https://github.com/apache/arrow/pull/47985#discussion_r2498509758
##########
.github/workflows/r.yml:
##########
@@ -324,6 +324,9 @@ jobs:
"_R_CHECK_STOP_ON_INVALID_NUMERIC_VERSION_INPUTS_" = TRUE,
"_R_CHECK_DONTTEST_EXAMPLES_" = TRUE
)
+ # Note: when configure.win runs here, when it calls
`data-raw/codegen.R`, this will ALWAYS
+ # result in a non-fatal segfault in this process, as the file
doesn't exist as it is
+ # referenced in .Rbuildigore
Review Comment:
```suggestion
```
--
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]