Steven Fackler created ARROW-5999:
-------------------------------------
Summary: [C++] Required header files missing when built with
-DARROW_DATASET=OFF
Key: ARROW-5999
URL: https://issues.apache.org/jira/browse/ARROW-5999
Project: Apache Arrow
Issue Type: Bug
Components: C++
Affects Versions: 0.14.0
Reporter: Steven Fackler
{noformat}
In file included from /opt/arrow/include/arrow/type_fwd.h:23:0,
from /opt/arrow/include/arrow/type.h:29,
from /opt/arrow/include/arrow/array.h:32,
from /opt/arrow/include/arrow/api.h:23,
from src/bindings.cc:1:
/opt/arrow/include/arrow/util/iterator.h:20:10: fatal error:
arrow/dataset/visibility.h: No such file or directory
#include "arrow/dataset/visibility.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)