kevingurney commented on code in PR #37215: URL: https://github.com/apache/arrow/pull/37215#discussion_r1296430605
########## matlab/README.md: ########## @@ -27,17 +27,17 @@ This is a very early stage MATLAB interface to the Apache Arrow C++ libraries. Currently, the MATLAB interface supports: -1. Creating a subset of Arrow `Array` types (e.g. numeric and boolean) from MATLAB data -2. Reading and writing numeric types from/to Feather v1 files. +1. Converting between a subset of Arrow `Array` types and MATLAB array types (see table below) +2. Converting between MATLAB `table`s and `arrow.tabular.RecordBatch`s +3. Creating Arrow `Field`s, `Schema`s, and `Type`s +4. Reading and writing Feather v1 files Review Comment: Fixed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
