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 7c8c2fb1d7 GH-37187: [MATLAB] Re-implement `tfeathermex.m` tests in
terms of new internal Feather Reader and Writer objects (#37189)
add 01a9f72727 GH-37179: [MATLAB] Add a test utility that creates a MATLAB
`table` containing all supported types (#37191)
No new revisions were added by this update.
Summary of changes:
.../+test/+tabular/createTableWithSupportedTypes.m | 54 +++++++++++++++++
matlab/test/arrow/tabular/tRecordBatch.m | 31 ++++------
matlab/test/tfeather.m | 64 ++++++++++++++------
matlab/test/util/createTable.m | 68 ----------------------
4 files changed, 109 insertions(+), 108 deletions(-)
create mode 100644
matlab/src/matlab/+arrow/+internal/+test/+tabular/createTableWithSupportedTypes.m
delete mode 100644 matlab/test/util/createTable.m