Skip to content

Commit

Permalink
make HDFSObjectStorage members protected (#485)
Browse files Browse the repository at this point in the history
(cherry picked from commit b94d034)
  • Loading branch information
loneylee authored and kyligence-git committed Apr 3, 2024
1 parent e9cf78f commit 9760a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Disks/ObjectStorages/HDFS/HDFSObjectStorage.h
Original file line number Diff line number Diff line change
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 9760a4b

Please sign in to comment.