Skip to content

Commit

Permalink
Update cpp/tests/io/arrow_io_source_test.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Vyas Ramasubramani <[email protected]>
  • Loading branch information
robertmaynard and vyasr authored Aug 5, 2023
1 parent ea31323 commit 723f149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/tests/io/arrow_io_source_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ TEST_F(ArrowIOTest, S3FileSystem)
// https://github.com/apache/arrow/issues/36974
// This needs to be in a separate conditional to ensure we call
// finalize after all arrow_io_source instances have been deleted.
[[maybe_unused]] arrow::fs::EnsureS3Finalized();
[[maybe_unused]] auto _ = arrow::fs::EnsureS3Finalized();
}
#endif
}
Expand Down

0 comments on commit 723f149

Please sign in to comment.