Skip to content

Commit

Permalink
make HDFSObjectStorage members protected (ClickHouse#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
loneylee committed Mar 18, 2024
1 parent 1240fda commit b94d034
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Disks/ObjectStorages/HDFS/HDFSObjectStorage.h
Expand Up @@ -120,6 +120,7 @@ class HDFSObjectStorage : public IObjectStorage
const Poco::Util::AbstractConfiguration & config;

HDFSBuilderWrapper hdfs_builder;
protected:
HDFSFSPtr hdfs_fs;
SettingsPtr settings;
const std::string hdfs_root_path;
Expand Down

0 comments on commit b94d034

Please sign in to comment.