Skip to content

Commit aa8bb7b

Browse files
shangxinlizhjwpku
andauthored
Update src/iceberg/table_requirement.cc
Co-authored-by: Junwang Zhao <[email protected]>
1 parent cdef66d commit aa8bb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iceberg/table_requirement.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Status AssertLastAssignedFieldId::Validate(const TableMetadata* base) const {
5454
}
5555

5656
Status AssertCurrentSchemaID::Validate(const TableMetadata* base) const {
57-
// Validate that the current schema ID matches the expected value
57+
// Validate that the current schema ID matches the one used when the metadata was read
5858

5959
if (base == nullptr) {
6060
return CommitFailed("Requirement failed: current table metadata is missing");

0 commit comments

Comments
 (0)