mzibitsker commented on code in PR #549:
URL: https://github.com/apache/iceberg-cpp/pull/549#discussion_r2744509111


##########
src/iceberg/catalog/memory/in_memory_catalog.cc:
##########
@@ -295,10 +295,12 @@ Status InMemoryNamespace::RegisterTable(const 
TableIdentifier& table_ident,
                                         const std::string& metadata_location) {
   const auto ns = GetNamespace(this, table_ident.ns);
   ICEBERG_RETURN_UNEXPECTED(ns);
-  if (ns.value()->table_metadata_locations_.contains(table_ident.name)) {
+  auto const inserted =

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to