[
https://issues.apache.org/jira/browse/ARROW-15709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeroen van Straten reopened ARROW-15709:
----------------------------------------
Assignee: Jeroen van Straten (was: Weston Pace)
Initial fix reverted by [#12454|https://github.com/apache/arrow/pull/12454]
because it was causing other issues, see
[https://github.com/apache/arrow/pull/12444#issuecomment-1043143303]
After some discussion with Weston, I'll see if I can get Substrait to be pulled
in and have its proto files generated via ThirdpartyToolchain.cmake rather than
in-tree.
> [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
> Assignee: Jeroen van Straten
> Priority: Major
> Labels: pull-request-available
> Fix For: 8.0.0
>
> Time Spent: 2h 40m
> 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)