Hi Weston,
Thank you for the reply.
>IIRC, this is a limitation given to use by the AWS C++ SDK. See [1]. The AWS
>C++ SDK has static state and they do not manage it with static local
>variables. As
>result, the initialization and finalization order is
>(IIRC) undefined (or at least not very
> Admittedly, I would like to know why this is being done in this fashion,
but that is tangential to my issue.
IIRC, this is a limitation given to use by the AWS C++ SDK. See [1]. The
AWS C++ SDK has static state and they do not manage it with static local
variables. As a result, the initializa
Hi,
I have a question regarding the initialization/finalization of the S3
filesystem within the Arrow filesystem library. Apologies if this question has
been raised in the past; I did perform a search but that search didn't turn up
anything. I did read the thread that discussed the issue of i