Skip to content

Commit

Permalink
fix the ut failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Hang Zheng committed Sep 25, 2024
1 parent 1da30a0 commit 6b635fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cpp/src/arrow/filesystem/s3_test_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
namespace arrow {
namespace fs {

using ::arrow::internal::FileClose;
using ::arrow::internal::FileDescriptor;
using ::arrow::internal::FileOpenWritable;
using ::arrow::internal::FileWrite;
using ::arrow::internal::PlatformFilename;
using ::arrow::internal::TemporaryDir;

namespace {
Expand Down

0 comments on commit 6b635fe

Please sign in to comment.