Skip to content

Commit cb283e8

Browse files
HeartLinkedwgtmac
andauthored
Update src/iceberg/catalog/in_memory_catalog.cc
Co-authored-by: Gang Wu <[email protected]>
1 parent fa7bed9 commit cb283e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iceberg/catalog/in_memory_catalog.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ Result<std::shared_ptr<Table>> InMemoryCatalog::RegisterTable(
441441
return LoadTable(identifier);
442442
}
443443

444-
std::unique_ptr<iceberg::Catalog::TableBuilder> InMemoryCatalog::BuildTable(
444+
std::unique_ptr<Catalog::TableBuilder> InMemoryCatalog::BuildTable(
445445
const TableIdentifier& identifier, const Schema& schema) const {
446446
throw IcebergError("not implemented");
447447
}

0 commit comments

Comments
 (0)