Skip to content

Commit 3141842

Browse files
author
shuxu.li
committed
feat: Refresh method support for table
1 parent ec44f50 commit 3141842

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/iceberg/table.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ class ICEBERG_EXPORT Table {
117117
const std::shared_ptr<FileIO>& io() const;
118118

119119
private:
120-
friend class Table;
121-
122120
const TableIdentifier identifier_;
123121
std::shared_ptr<TableMetadata> metadata_;
124122
std::string metadata_location_;

0 commit comments

Comments
 (0)