gty404 commented on code in PR #437:
URL: https://github.com/apache/iceberg-cpp/pull/437#discussion_r2647405307


##########
src/iceberg/table_metadata.cc:
##########
@@ -691,6 +830,25 @@ std::unique_ptr<TableMetadata> 
TableMetadataBuilder::Impl::Build() {
             std::chrono::system_clock::now().time_since_epoch())};
   }
 
+  auto current_schema_id = 
metadata_.current_schema_id.value_or(Schema::kInitialSchemaId);

Review Comment:
   In the v1 spec, it is optional and cannot be reported as an error directly.



-- 
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