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
baibaichen authored and kyligence-git committed Dec 21, 2024
1 parent ff4eeec commit 637ec98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Disks/ObjectStorages/HDFS/HDFSObjectStorage.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class HDFSObjectStorage : public IObjectStorage

void shutdown() override { }

private:
protected:
void initializeHDFSFS() const;
std::string extractObjectKeyFromURL(const StoredObject & object) const;

Expand Down

0 comments on commit 637ec98

Please sign in to comment.