Re: [C++] Arrow S3 filesystem init/finalize

2024-12-02 Thread Antoine Pitrou
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

RE: [C++] Arrow S3 filesystem init/finalize

2024-12-01 Thread Jerry Adair
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

Re: [C++] Arrow S3 filesystem init/finalize

2024-12-01 Thread Weston Pace
> 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

[C++] Arrow S3 filesystem init/finalize

2024-12-01 Thread Jerry Adair
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