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 dcf913a368 GH-36726: [R] calling read_parquet on S3 connections 
results in error message being ignored (#37024)
     add 5c23938222 GH-37175: [MATLAB] Support creating 
`arrow.tabular.RecordBatch` instances from a list of `arrow.array.Array` values 
(#37176)

No new revisions were added by this update.

Summary of changes:
 .../+internal/validateArrayLengths.m}              |  32 ++---
 .../+internal/validateColumnNames.m}               |  12 +-
 matlab/src/matlab/+arrow/+tabular/RecordBatch.m    |  25 ++++
 matlab/test/arrow/tabular/tRecordBatch.m           | 129 +++++++++++++++++----
 matlab/test/arrow/tabular/tValidateArrayLengths.m  |  69 +++++++++++
 matlab/test/arrow/tabular/tValidateColumnNames.m   |  56 +++++++++
 6 files changed, 282 insertions(+), 41 deletions(-)
 copy matlab/src/matlab/+arrow/{+type/FixedWidthType.m => 
+tabular/+internal/validateArrayLengths.m} (55%)
 copy matlab/src/matlab/+arrow/{+internal/+validate/realnumeric.m => 
+tabular/+internal/validateColumnNames.m} (72%)
 create mode 100644 matlab/test/arrow/tabular/tValidateArrayLengths.m
 create mode 100644 matlab/test/arrow/tabular/tValidateColumnNames.m

Reply via email to