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 2021/06/26 05:33:00 UTC

[arrow] branch master updated (cc4b9be -> d529de7)

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

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


    from cc4b9be  ARROW-13117: [R] Retain schema in new Expressions
     add d529de7  ARROW-12730: [MATLAB] Update featherreadmex and featherwritemex to build against latest Arrow C++ APIs

No new revisions were added by this update.

Summary of changes:
 matlab/CMakeLists.txt                              |  60 ++++++---
 matlab/src/+mlarrow/+util/createMetadataStruct.m   |   5 +-
 matlab/src/+mlarrow/+util/table2mlarrow.m          |   3 +-
 matlab/src/feather_reader.cc                       |  88 +++++++------
 matlab/src/feather_reader.h                        |   6 +-
 matlab/src/feather_writer.cc                       | 138 +++++++++++++--------
 matlab/src/feather_writer.h                        |  23 ++--
 matlab/src/featherread.m                           |   4 -
 matlab/src/featherwritemex.cc                      |   3 +-
 matlab/test/tfeathermex.m                          |   2 +-
 .../test/util/createVariablesAndMetadataStructs.m  |   3 +-
 11 files changed, 191 insertions(+), 144 deletions(-)