lidavidm commented on a change in pull request #12099:
URL: https://github.com/apache/arrow/pull/12099#discussion_r781533656
##########
File path: cpp/src/arrow/filesystem/s3fs.cc
##########
@@ -1445,10 +1496,10 @@ class ObjectOutputStream final : public
io::OutputStream {
// in the completion handler.
struct UploadState {
std::mutex mutex;
- std::condition_variable cv;
Aws::Vector<S3Model::CompletedPart> completed_parts;
int64_t parts_in_progress = 0;
Status status;
+ Future<> completed = Future<>::MakeFinished(Status::OK());
Review comment:
I renamed it `pending_parts_completed` if that makes more sense.
--
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]