We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa7bed9 commit cb283e8Copy full SHA for cb283e8
src/iceberg/catalog/in_memory_catalog.cc
@@ -441,7 +441,7 @@ Result<std::shared_ptr<Table>> InMemoryCatalog::RegisterTable(
441
return LoadTable(identifier);
442
}
443
444
-std::unique_ptr<iceberg::Catalog::TableBuilder> InMemoryCatalog::BuildTable(
+std::unique_ptr<Catalog::TableBuilder> InMemoryCatalog::BuildTable(
445
const TableIdentifier& identifier, const Schema& schema) const {
446
throw IcebergError("not implemented");
447
0 commit comments