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
Joris Van den Bossche / @jorisvandenbossche:
Just ran into this as well. If you exactly follow the instructions in the docs, you indeed get that error, because ARROW_BUILD_TYPE is not set.
Would the best recommendation for the docs be to set it to 'release' ?
Wes McKinney / @wesm:
This must be a consequence of the recent change to make "release" the default build type.
I think ARROW_BUILD_TYPE=release is a reasonable default, with the comment that debug should be used when diagnosing segfaults/core dumps. EDIT: I see there is a PR already, thanks
Build documentation is great. However it does not explicitly suggest assigning a value to
ARROW_BUILD_TYPE
and the error thrown is not obvious:This cost me a couple of hours to debug.
Could we include a note in build documentation suggesting devs to run:
export ARROW_BUILD_TYPE=release
Reporter: Rok Mihevc / @rok
Assignee: Joris Van den Bossche / @jorisvandenbossche
Watchers: Rok Mihevc / @rok
PRs and other links:
Note: This issue was originally created as ARROW-5165. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: