You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2023/05/16 23:44:40 UTC

[arrow] branch main updated (505a2e4519 -> 88339cd8aa)

This is an automated email from the ASF dual-hosted git repository.

kou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


    from 505a2e4519 GH-35539: [C++] Remove use of internal header files from public header file (#35592)
     add 88339cd8aa GH-35550: [MATLAB] Add public `toMATLAB` method to `arrow.array.Array` for converting to MATLAB types (#35551)

No new revisions were added by this update.

Summary of changes:
 matlab/src/cpp/arrow/matlab/array/proxy/array.cc        | 10 +++++-----
 matlab/src/cpp/arrow/matlab/array/proxy/array.h         |  6 +++---
 matlab/src/cpp/arrow/matlab/array/proxy/numeric_array.h |  2 +-
 matlab/src/matlab/+arrow/+array/Array.m                 | 12 ++++++++----
 matlab/src/matlab/+arrow/+array/Float32Array.m          |  2 +-
 matlab/src/matlab/+arrow/+array/Float64Array.m          |  2 +-
 matlab/test/arrow/array/tFloat32Array.m                 |  6 ++++++
 matlab/test/arrow/array/tFloat64Array.m                 |  6 ++++++
 8 files changed, 31 insertions(+), 15 deletions(-)