Skip to content

Conversation

@pitrou
Copy link
Member

@pitrou pitrou commented Aug 4, 2021

Remove APIs that have been deprecated for long enough.

Remove APIs that have been deprecated for long enough.
@github-actions
Copy link

github-actions bot commented Aug 4, 2021

@pitrou
Copy link
Member Author

pitrou commented Aug 4, 2021

@github-actions crossbow submit -g cpp

@github-actions
Copy link

github-actions bot commented Aug 4, 2021

Revision: 64ebe00

Submitted crossbow builds: ursacomputing/crossbow @ actions-716

Task Status
test-conda-cpp Github Actions
test-conda-cpp-valgrind Github Actions
test-debian-10-cpp Github Actions
test-fedora-33-cpp Github Actions
test-ubuntu-18.04-cpp Github Actions
test-ubuntu-18.04-cpp-release Github Actions
test-ubuntu-18.04-cpp-static Github Actions
test-ubuntu-20.04-cpp Github Actions
test-ubuntu-20.04-cpp-14 Github Actions
test-ubuntu-20.04-cpp-17 Github Actions
test-ubuntu-20.04-cpp-thread-sanitizer Github Actions

@bkietz bkietz closed this in 71a57b1 Aug 4, 2021
@pitrou pitrou deleted the ARROW-13552-cpp-deprecated-apis branch August 5, 2021 09:12
} \
} \
Status unwrap_##FUNC_SUFFIX(PyObject* obj, std::shared_ptr<TYPE_NAME>* out) { \
return unwrap_##FUNC_SUFFIX(obj).Value(out); \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This removal broke the turbodbc integration tests. Apparently turbodbc was still using the version with *out, eg at https://github.com/blue-yonder/turbodbc/blob/be96fef1450de9cd77a506fdce141dda563fd8b3/cpp/turbodbc_arrow/Library/src/set_arrow_parameters.cpp#L427

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opened ARROW-13594 to track the build failure on our side

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.

3 participants