REASY commented on PR #13157: URL: https://github.com/apache/arrow/pull/13157#issuecomment-1194959692
@kou the error [is the same as in previous java-jars](https://github.com/ursacomputing/crossbow/runs/7494603822?check_suite_focus=true#step:7:864): ``` Undefined symbols for architecture x86_64: "Aws::S3::S3Client::GetObjectAttributes(Aws::S3::Model::GetObjectAttributesRequest const&) const", referenced from: vtable for arrow::fs::(anonymous namespace)::S3Client in libarrow.a(s3fs.cc.o) "Aws::S3::S3Client::WriteGetObjectResponse(Aws::S3::Model::WriteGetObjectResponseRequest const&) const", referenced from: vtable for arrow::fs::(anonymous namespace)::S3Client in libarrow.a(s3fs.cc.o) "Aws::S3::S3Client::GetObjectAttributesAsync(Aws::S3::Model::GetObjectAttributesRequest const&, std::__1::function<void (Aws::S3::S3Client const*, Aws::S3::Model::GetObjectAttributesRequest const&, Aws::Utils::Outcome<Aws::S3::Model::GetObjectAttributesResult, Aws::S3::S3Error> const&, std::__1::shared_ptr<Aws::Client::AsyncCallerContext const> const&)> const&, std::__1::shared_ptr<Aws::Client::AsyncCallerContext const> const&) const", referenced from: vtable for arrow::fs::(anonymous namespace)::S3Client in libarrow.a(s3fs.cc.o) "Aws::S3::S3Client::GetObjectAttributesCallable(Aws::S3::Model::GetObjectAttributesRequest const&) const", referenced from: vtable for arrow::fs::(anonymous namespace)::S3Client in libarrow.a(s3fs.cc.o) "Aws::S3::S3Client::WriteGetObjectResponseAsync(Aws::S3::Model::WriteGetObjectResponseRequest const&, std::__1::function<void (Aws::S3::S3Client const*, Aws::S3::Model::WriteGetObjectResponseRequest const&, Aws::Utils::Outcome<Aws::NoResult, Aws::S3::S3Error> const&, std::__1::shared_ptr<Aws::Client::AsyncCallerContext const> const&)> const&, std::__1::shared_ptr<Aws::Client::AsyncCallerContext const> const&) const", referenced from: vtable for arrow::fs::(anonymous namespace)::S3Client in libarrow.a(s3fs.cc.o) "Aws::S3::S3Client::WriteGetObjectResponseCallable(Aws::S3::Model::WriteGetObjectResponseRequest const&) const", referenced from: vtable for arrow::fs::(anonymous namespace)::S3Client in libarrow.a(s3fs.cc.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) ``` -- 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]
