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

select: Include "grn_ctx.hpp" even if in an environment without Apache Arrow #1374

Merged
merged 1 commit into from
Jun 29, 2022

Conversation

komainu8
Copy link
Member

Because we use "grn::ChildCtxReleaser" in "proc_select.cpp".
ChildCtxReleaser class is defined in "grn_ctx.hpp".
Therefore, if we don't include "grn_ctx.hpp", a build error occurs in an environment without Apache Arrow.

…e Arrow.

Because we use "grn::ChildCtxReleaser" in "proc_select.cpp".
ChildCtxReleaser class is defined in "grn_ctx.hpp".
Therefore, if we don't include "grn_ctx.hpp", a build error occurs in
an environment without Apache Arrow.
@kou kou merged commit 72b0c0e into master Jun 29, 2022
@kou kou deleted the add-missing-include-grn_ctx branch June 29, 2022 08:20
@kou
Copy link
Member

kou commented Jun 29, 2022

Good catch!

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

Successfully merging this pull request may close these issues.

None yet

2 participants