We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8559bd6 commit 6946972Copy full SHA for 6946972
1 file changed
src/iceberg/table_metadata.cc
@@ -1665,7 +1665,7 @@ TableMetadataBuilder& TableMetadataBuilder::RemoveProperties(
1665
}
1666
1667
TableMetadataBuilder& TableMetadataBuilder::SetLocation(std::string_view location) {
1668
- impl_->SetLocation(location);
+ ICEBERG_BUILDER_RETURN_IF_ERROR(impl_->SetLocation(location));
1669
return *this;
1670
1671
0 commit comments