amoeba commented on issue #43164: URL: https://github.com/apache/arrow/issues/43164#issuecomment-2218828370
Googling the error you got leads me to only a couple of results, one of which is https://github.com/aws/aws-sdk-cpp/discussions/2605 and suggests InitAPI isn't getting called but, from your stack trace, it looks like it is. In s3fs_test, I see a call to InitAPI() guarded by an ifdef on `AWS_CPP_SDK_S3_PRIVATE_STATIC` so I wonder if that's somehow related? It might be helpful if you post your full output (cmake configure + build) so we can compare. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
