MCPcopy Create free account
hub / github.com/apache/arrow / TearDown

Method TearDown

cpp/src/arrow/io/hdfs_test.cc:124–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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_;

Callers

nothing calls this directly

Calls 3

ExistsMethod · 0.45
DeleteMethod · 0.45
DisconnectMethod · 0.45

Tested by

no test coverage detected