Skip to content

Commit ff13911

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/iceberg/catalog/in_memory_catalog.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ class ICEBERG_EXPORT InMemoryCatalog
8484

8585
Status DropTable(const TableIdentifier& identifier, bool purge) override;
8686

87-
virtual Result<std::unique_ptr<Table>> LoadTable(
88-
const TableIdentifier& identifier) override;
87+
Result<std::unique_ptr<Table>> LoadTable(const TableIdentifier& identifier) override;
8988

9089
Result<std::shared_ptr<Table>> RegisterTable(
9190
const TableIdentifier& identifier,

0 commit comments

Comments
 (0)