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 e989fb3 ARROW-15830: [C++] Ensure target directory exists before
running Substrait generation
add 93b192c ARROW-15650: [MATLAB] Rename the MEX gateway function
No new revisions were added by this update.
Summary of changes:
matlab/CMakeLists.txt | 53 ++++++++++++----------
.../cpp/arrow/matlab/mex/{mexfcn.cc => call.cc} | 0
matlab/src/cpp/arrow/matlab/mex/mex_util.cc | 10 ++--
matlab/src/matlab/featherread.m | 2 +-
matlab/src/matlab/featherwrite.m | 2 +-
matlab/test/{tmexfcn.m => tArrowCppCall.m} | 32 ++++++-------
matlab/test/tfeather.m | 6 +--
matlab/test/tfeathermex.m | 8 ++--
matlab/test/util/featherMEXRoundTrip.m | 6 +--
9 files changed, 62 insertions(+), 57 deletions(-)
rename matlab/src/cpp/arrow/matlab/mex/{mexfcn.cc => call.cc} (100%)
rename matlab/test/{tmexfcn.m => tArrowCppCall.m} (63%)