kevingurney opened a new issue, #46048:
URL: https://github.com/apache/arrow/issues/46048
### Describe the enhancement requested
MATLAB currently has multiple "example code" sections in the readme
`matlab/doc/matlab_interface_for_apache_arrow_design.md` that have either been
deprecated or were retrieved from other languages where MATLAB does not have
the same endpoints. Example code that works out of the box not only helps with
early developers get started using arrow, but also helps experienced developers
ensure their development setup is in proper condition.
The broken endpoints described include:
#### Use Case 2
1. `arrow.Table(Var1, Var2, Var3)`
a. With the current implementation of arrow.Table, it cannot take
multiple `arrow.array`s and create a table from that. All examples inside of
`matlab/test/arrow/tabular/tTable.m` create a table by first creating a MATLAB
table.
3. `arrow.FeatherTableWriter`
4. `arrow.FeatherTableReader`
5. `arrow.matlab2arrow`
#### Use Case 3
1. `importFromCDataInterface`
2. `ExportToCDataInterface`
3. `arrow.ipcwrite`
4. Python lines using `_import_from_c` or `_export_from_c`
a. While these are functions inside of Python, MATLAB [has syntax that
does not allow for underscores to begin variable or function
names](https://www.mathworks.com/help/matlab/matlab_prog/variable-names.html).
Therefore, running these in MATLAB using the Python in MATLAB module will
result in errors.
### Component(s)
MATLAB, Documentation
--
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]