Try to fix segfault in HDFS

This commit is contained in:
Nikolay Degterinsky 2024-04-11 21:58:46 +00:00
parent d594cb2e41
commit dae84a0f1e

View File

@ -86,7 +86,7 @@ private:
return config_stor.emplace_back(std::make_pair(k, v));
}
hdfsBuilder * hdfs_builder;
hdfsBuilder * hdfs_builder = nullptr;
std::vector<std::pair<String, String>> config_stor;
#if USE_KRB5