You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2020/05/22 17:36:00 UTC

[jira] [Created] (ARROW-8893) [R] Fix cpplint issues introduced by ARROW-8885

Wes McKinney created ARROW-8893:
-----------------------------------

             Summary: [R] Fix cpplint issues introduced by ARROW-8885
                 Key: ARROW-8893
                 URL: https://issues.apache.org/jira/browse/ARROW-8893
             Project: Apache Arrow
          Issue Type: Bug
          Components: R
            Reporter: Wes McKinney
             Fix For: 1.0.0


{code}
(arrow-3.7) 12:34 ~/code/arrow/r $ ./lint.sh 
/home/wesm/code/arrow/r/src/arrow_types.h:20:  Include the directory when naming .h files  [build/include_subdir] [4]
/home/wesm/code/arrow/r/src/arrow_types.h:66:  Add #include <utility> for forward  [build/include_what_you_use] [4]
/home/wesm/code/arrow/r/src/arrow_types.h:83:  Add #include <vector> for vector<>  [build/include_what_you_use] [4]
/home/wesm/code/arrow/r/src/arrow_types.h:95:  Add #include <limits> for numeric_limits<>  [build/include_what_you_use] [4]
/home/wesm/code/arrow/r/src/arrow_types.h:110:  Add #include <memory> for shared_ptr<>  [build/include_what_you_use] [4]

/home/wesm/code/arrow/r/src/arrow_exports.h:22:  Include the directory when naming .h files  [build/include_subdir] [4]
{code}



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