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

MINOR: [C++] Add missing header for Orc adapter #44876

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mikelui
Copy link
Contributor

@mikelui mikelui commented Nov 27, 2024

Rationale for this change

Very minor. This source file cannot be compiled on its own manually, due to missing stringstream headers. This fixes that. Otherwise we get implicit instantiation of undefined template errors.

Context is we build Apache Arrow in a separate build system, Buck. As such, we do not (and cannot) 100% mirror the CMake build. In the past we've also had to patch header issues like: 529e08c. Thus, this change is for posterity to avoid having to custom patches on every new release.

What changes are included in this PR?

Adds which is used here:
https://github.com/apache/arrow/blob/main/cpp/src/arrow/adapters/orc/util.cc#L1226

Are these changes tested?

N/A

Are there any user-facing changes?

No

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

Successfully merging this pull request may close these issues.

1 participant