This is an automated email from the ASF dual-hosted git repository.
kevingurney pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from f0904b3ed0 GH-37106: [C++] Remove overflowed integer rounding
benchmarks (#37109)
add 8ab6484391 GH-37096: [MATLAB] Add utility which makes valid MATLAB
table variable names from an arbitrary list of strings (#37098)
No new revisions were added by this update.
Summary of changes:
.../+internal/makeValidDimensionNames.m} | 21 +-
.../+internal/makeValidVariableNames.m} | 27 ++-
.../test/arrow/tabular/tMakeValidDimensionNames.m | 81 +++++++
.../test/arrow/tabular/tMakeValidVariableNames.m | 240 +++++++++++++++++++++
4 files changed, 348 insertions(+), 21 deletions(-)
copy matlab/src/matlab/+arrow/{+type/Int8Type.m =>
+tabular/+internal/makeValidDimensionNames.m} (66%)
copy matlab/src/matlab/+arrow/{+internal/+proxy/validate.m =>
+tabular/+internal/makeValidVariableNames.m} (55%)
create mode 100644 matlab/test/arrow/tabular/tMakeValidDimensionNames.m
create mode 100644 matlab/test/arrow/tabular/tMakeValidVariableNames.m