mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
Try to fix segfault in HDFS
This commit is contained in:
parent
d594cb2e41
commit
dae84a0f1e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user