Hi,
Le 02/12/2024 à 08:12, Jerry Adair a écrit :
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 finalizati
at others
who find themselves in the same situation might benefit from the discussion in
the future as well.
Thanks, look forward to the feedback!
Jerry
-Original Message-
From: Weston Pace
Sent: Monday, December 02, 2024 12:41 AM
To: dev@arrow.apache.org
Subject: Re: [C++] Arrow S3 file
> 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