Skip to content

Commit 6946972

Browse files
committed
2
1 parent 8559bd6 commit 6946972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iceberg/table_metadata.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1665,7 +1665,7 @@ TableMetadataBuilder& TableMetadataBuilder::RemoveProperties(
16651665
}
16661666

16671667
TableMetadataBuilder& TableMetadataBuilder::SetLocation(std::string_view location) {
1668-
impl_->SetLocation(location);
1668+
ICEBERG_BUILDER_RETURN_IF_ERROR(impl_->SetLocation(location));
16691669
return *this;
16701670
}
16711671

0 commit comments

Comments
 (0)