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

[jira] [Created] (ARROW-13315) [R] Wrap r_task_group includes with ARROW_R_WITH_ARROW checking

Jonathan Keane created ARROW-13315:
--------------------------------------

             Summary: [R] Wrap r_task_group includes with ARROW_R_WITH_ARROW checking
                 Key: ARROW-13315
                 URL: https://issues.apache.org/jira/browse/ARROW-13315
             Project: Apache Arrow
          Issue Type: Bug
            Reporter: Jonathan Keane
            Assignee: Jonathan Keane
             Fix For: 5.0.0


Need to wrap the includes with

{code}
#if defined(ARROW_R_WITH_ARROW)
...
#endif
{code}

at https://github.com/apache/arrow/blob/master/r/src/r_task_group.h#L20-L21




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