| 122 | } |
| 123 | |
| 124 | void TearDown() { |
| 125 | if (client_) { |
| 126 | if (client_->Exists(scratch_dir_)) { |
| 127 | ARROW_EXPECT_OK(client_->Delete(scratch_dir_, true)); |
| 128 | } |
| 129 | ARROW_EXPECT_OK(client_->Disconnect()); |
| 130 | } |
| 131 | } |
| 132 | |
| 133 | HdfsConnectionConfig conf_; |
| 134 | bool loaded_driver_; |
nothing calls this directly
no test coverage detected