ianmcook commented on PR #45:
URL: https://github.com/apache/arrow-experiments/pull/45#issuecomment-2608284177
This is excellent; thanks @kevingurney and @sgilmore10!
I wanted to test this myself, so I went ahead and downloaded and installed a
trial copy of MATLAB, activated the license, and built and installed the MATLAB
Arrow interface by following the instructions in the README. After some
fiddling around with missing dylib files and permissions issues (on an Apple
Silicon Mac) I got it working and was able to test this against several more of
the server examples. Everything worked as expected.
```
(base) ian@ian-mac % /Applications/MATLAB_R2024b.app/bin/matlab -nodesktop
-batch client
WARNING: package sun.awt.X11 not in java.desktop
WARNING: package sun.awt.X11 not in java.desktop
Trial License -- for use to evaluate programs for possible purchase as
an end-user only.
Reading Arrow IPC Stream from http://localhost:8008...
DONE ✔
---------------
Results
---------------
Time (s): 4.95
Num Bytes: 3207031800
Num Rows:100000000
Num Columns:4
```
Just a couple of suggested edits to the comments and README text.
--
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]