Hi Li,
There is not currently, but it would probably be a useful small utility.
If you look for `std::exception` in the codebase, you'll find that there
a couple of places where we turn it into a Status already.
Regards
Antoine.
Le 29/06/2023 à 16:20, Li Jin a écrit :
Hi,
IIUC, most of the Arrow C++ code doesn't not use exceptions. My question is
are there some Arrow utility / macro that wrap the function/code that might
raise an exception and turn that into code that returns an arrow error
Status?
Thanks!
Li