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 cdef66d commit aa8bb7bCopy full SHA for aa8bb7b
src/iceberg/table_requirement.cc
@@ -54,7 +54,7 @@ Status AssertLastAssignedFieldId::Validate(const TableMetadata* base) const {
54
}
55
56
Status AssertCurrentSchemaID::Validate(const TableMetadata* base) const {
57
- // Validate that the current schema ID matches the expected value
+ // Validate that the current schema ID matches the one used when the metadata was read
58
59
if (base == nullptr) {
60
return CommitFailed("Requirement failed: current table metadata is missing");
0 commit comments