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

GH-45746: [C++] Remove deprecated functions in 20.0 (C++ subset) #45748

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

AlenkaF
Copy link
Member

@AlenkaF AlenkaF commented Mar 11, 2025

Rationale for this change

There are some deprecated C++ functions that can be removed.

What changes are included in this PR?

This PR removes a subset of them. More precisely:

  • GetCapacity in Gandiva cache.cc
  • BufferReader constructors in io/memory.h
  • OpenAppendStream in filesystem/gcsfs.h
  • owned_thread_pool_ in acero/exec_plan.cc

Are these changes tested?

Current tests should pass.

Are there any user-facing changes?

Deprecated functionality is removed.

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

Successfully merging this pull request may close these issues.

1 participant