You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Webb Phillips (Jira)" <ji...@apache.org> on 2021/05/16 18:17:00 UTC

[jira] [Created] (ARROW-12802) Missing include/arrow/csv/type_fwd.h since 4.0.0

Webb Phillips created ARROW-12802:
-------------------------------------

             Summary: Missing include/arrow/csv/type_fwd.h since 4.0.0
                 Key: ARROW-12802
                 URL: https://issues.apache.org/jira/browse/ARROW-12802
             Project: Apache Arrow
          Issue Type: Bug
    Affects Versions: 4.0.0, 4.0.1
            Reporter: Webb Phillips


libarrow build succeeds, but include/arrow/csv/type_fwd.h isn't installed since 4.0.0. This causes R install.packages('arrow') to fail with:

 
{code:java}
make: *** [/opt/local/Library/Frameworks/R.framework/Resources/etc/Makeconf:179: array.o] Error 1
In file included from recordbatch.cpp:18:
././arrow_types.h:37:10: fatal error: 'arrow/csv/type_fwd.h' file not found{code}
 

Reproduced in Ubuntu 18.04 and macOS 10.13.6 MacPorts with both apache-arrow-4.0.0 and current HEAD f959141ece4d660bce5f7fa545befc0116a7db79.

No other type_fwd.h are missing:

 
{code:java}
find .../arrow/cpp/src -name type_fwd.h | wc -l
10
find .../include -name type_fwd.h | wc -l
9{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)