kou commented on issue #35768: URL: https://github.com/apache/arrow/issues/35768#issuecomment-1563516134
Note that we don't need to use the C++'s exception feature for this. For example, Apache Arrow C++ uses `arrow::Status` instead of the C++'s exception feature. We just need to propagate an error in Apache Arrow C++ or Apache Arrow MATLAB to an exception in MATLAB. -- 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]
