[
https://issues.apache.org/jira/browse/ARROW-15709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Weston Pace resolved ARROW-15709.
---------------------------------
Fix Version/s: 8.0.0
Resolution: Fixed
Issue resolved by pull request 12444
[https://github.com/apache/arrow/pull/12444]
> [C++] Compilation of ARROW_ENGINE fails if doing an "inline" build
> ------------------------------------------------------------------
>
> Key: ARROW-15709
> URL: https://issues.apache.org/jira/browse/ARROW-15709
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Weston Pace
> Priority: Major
> Labels: pull-request-available
> Fix For: 8.0.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Typically with cmake we create a dedicated build directory.
> {noformat}
> cd cpp
> mkdir build
> cd build
> cmake .. -DARROW_ENGINE=ON
> {noformat}
> However, it is possible to do an "inline" build:
> {noformat}
> cd cpp
> cmake . -DARROW_ENGINE=ON
> {noformat}
> In the latter case we end up with a compilation error because when we clone
> the substrait repo we clobber our substrait source files.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)