Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] arrow/compute/api.h can't be used without arrow/array.h #17525

Closed
asfimport opened this issue Sep 9, 2017 · 1 comment
Closed

[C++] arrow/compute/api.h can't be used without arrow/array.h #17525

asfimport opened this issue Sep 9, 2017 · 1 comment
Assignees
Milestone

Comments

@asfimport
Copy link

If arrow/compute/api.h is included but arrow/array.h isn't included, the following error is occurred:

In file included from arrow/compute/api.h:23:0,
                 from arrow-glib/compute.hpp:22,
                 from compute.cpp:24:
arrow/compute/kernel.h:26:7: error: 'internal' has not been declared
 using internal::ArrayData;
       ^~~~~~~~
arrow/compute/kernel.h:43:65: error: 'ArrayData' has not been declared
   virtual Status Call(FunctionContext* ctx, const Array& input, ArrayData* out) = 0;
                                                                 ^~~~~~~~~

Reporter: Kouhei Sutou / @kou
Assignee: Kouhei Sutou / @kou

Note: This issue was originally created as ARROW-1507. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
Resolved in 8b70ab0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants