Uh oh!
There was an error while loading. Please reload this page.
GH-51100: [C++] Deprecate IPC tensor/sparse tensor messages - #51102
GH-51100: [C++] Deprecate IPC tensor/sparse tensor messages#51102pitrou wants to merge 1 commit into
Conversation
pitrou
commented
Aug 31, 2026
Let's keep this PR draft until final consensus is reached on the ML. |
5802278 to
d787c88Comparerok
commented
Aug 31, 2026
@pitrou I'm very much on board with the sparse tensors. I so wonder about tensors, are we sure this is not being used? I'm ok to add a deprecation and wait for a release to see if we hear back. But my expectation is there would be some users out there. |
pitrou
commented
Aug 31, 2026
Hopefully the deprecation will have them chime in? But my attempt at code-searching this on GH did not lead to many recent relevant results. |
rok
commented
Aug 31, 2026
Agreed. I'll take a look myself and report back. |
Rationale for this change
Deprecate IPC APIs for reading and writing Tensor / SparseTensor messages.
Deprecating IPC support for Tensor and SparseTensor was discussed in https://lists.apache.org/thread/z2kl4g1353mbtgpt3qo7j3bzohq0q7fv.
Are these changes tested?
By existing CI tests.
Are there any user-facing changes?
No.