This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a change to branch maint-24.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git
from a74cb6aad9 GH-49697: [C++][CI] Check IPC file body bounds are in sync
with decoder outcome (#49698)
add 2d6b12c9ca GH-49716: [C++] FixedShapeTensorType::Deserialize should
strictly validate serialized metadata (#49718)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/extension/fixed_shape_tensor.cc | 66 ++++++++++++---
.../arrow/extension/tensor_extension_array_test.cc | 93 ++++++++++++++++++++++
cpp/src/arrow/extension/tensor_internal.cc | 32 ++++++--
cpp/src/arrow/extension/tensor_internal.h | 14 ++++
cpp/src/arrow/extension/variable_shape_tensor.cc | 19 +++--
5 files changed, 202 insertions(+), 22 deletions(-)