> the C(glib)-API calls the C++ functions in the background, so this only > another layer on top.
Hmmm… good point. So if I use the C API, I’m using the C++ API too.
> The parquet::arrow C++ API is built in a way that it does not use C++
> exceptions. Instead if there is a failure, we will return arrow::Status
> objects indicating this.
Ah, that might make this much less problematic. Thanks for the info.
— Korry
