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 91a492757a GH-37340: [MATLAB] The `column(index)` method of 
`arrow.tabular.RecordBatch` errors if `index` refers to an 
`arrow.array.Time32Array` column (#37347)
     add 0f73be1177 GH-37229: [MATLAB] Add `arrow.type.Date32Type` class and 
`arrow.date32` construction function (#37348)

No new revisions were added by this update.

Summary of changes:
 matlab/src/cpp/arrow/matlab/proxy/factory.cc       |  4 +-
 .../type/proxy/{string_type.cc => date32_type.cc}  | 13 ++--
 .../boolean_array.h => type/proxy/date32_type.h}   | 15 ++--
 .../type/proxy/{time_type.cc => date_type.cc}      | 20 +++---
 .../matlab/type/proxy/{time_type.h => date_type.h} |  8 +--
 .../+arrow/+type/{Time32Type.m => Date32Type.m}    | 12 ++--
 .../matlab/+arrow/+type/{TimeType.m => DateType.m} | 18 ++---
 matlab/src/matlab/+arrow/+type/ID.m                |  2 +-
 matlab/src/matlab/+arrow/{uint16.m => date32.m}    |  9 ++-
 matlab/test/arrow/type/tDate32Type.m               | 81 ++++++++++++++++++++++
 matlab/test/arrow/type/tID.m                       |  1 +
 matlab/tools/cmake/BuildMatlabArrowInterface.cmake |  2 +
 12 files changed, 137 insertions(+), 48 deletions(-)
 copy matlab/src/cpp/arrow/matlab/type/proxy/{string_type.cc => date32_type.cc} 
(64%)
 copy matlab/src/cpp/arrow/matlab/{array/proxy/boolean_array.h => 
type/proxy/date32_type.h} (71%)
 copy matlab/src/cpp/arrow/matlab/type/proxy/{time_type.cc => date_type.cc} 
(59%)
 copy matlab/src/cpp/arrow/matlab/type/proxy/{time_type.h => date_type.h} (81%)
 copy matlab/src/matlab/+arrow/+type/{Time32Type.m => Date32Type.m} (82%)
 copy matlab/src/matlab/+arrow/+type/{TimeType.m => DateType.m} (77%)
 copy matlab/src/matlab/+arrow/{uint16.m => date32.m} (81%)
 create mode 100644 matlab/test/arrow/type/tDate32Type.m

Reply via email to