You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/05/25 21:16:09 UTC

[GitHub] [arrow] kou commented on issue #35768: [MATLAB] Enable better support for exception handling in the MATLAB interface

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org