Skip to content

Commit

Permalink
fix the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hang Zheng committed Aug 8, 2024
1 parent 8030547 commit c16ec3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/filesystem/s3fs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@ class ObjectOutputStream final : public io::OutputStream {
allow_delayed_open_(options.allow_delayed_open),
sse_customer_algorithm(options.sse_customer_algorithm),
sse_customer_key(options.sse_customer_key),
sse_customer_key_md5(options.sse_customer_key_md5 {}
sse_customer_key_md5(options.sse_customer_key_md5) {}

~ObjectOutputStream() override {
// For compliance with the rest of the IO stack, Close rather than Abort,
Expand Down

0 comments on commit c16ec3b

Please sign in to comment.