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

Function get_bad_data_dir

cpp/src/parquet/test_util.cc:47–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47std::string get_bad_data_dir() {
48 // PARQUET_TEST_DATA should point to ARROW_HOME/cpp/submodules/parquet-testing/data
49 // so need to reach one folder up to access the "bad_data" folder.
50 std::string data_dir(get_data_dir());
51 std::stringstream ss;
52 ss << data_dir << "/../bad_data";
53 return ss.str();
54}
55
56std::string get_data_file(const std::string& filename, bool is_good) {
57 std::stringstream ss;

Callers 1

get_data_fileFunction · 0.85

Calls 2

get_data_dirFunction · 0.85
strMethod · 0.80

Tested by

no test coverage detected