Skip to content

Commit 0187009

Browse files
gty404wgtmac
andauthored
Update src/iceberg/update/update_schema.cc
Co-authored-by: Gang Wu <ustcwg@gmail.com>
1 parent 9504b88 commit 0187009

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/iceberg/update/update_schema.cc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,6 @@ UpdateSchema& UpdateSchema::AddRequiredColumn(std::string_view name,
110110
doc);
111111
}
112112

113-
UpdateSchema& UpdateSchema::AddRequiredColumn(std::optional<std::string_view> parent,
114-
std::string_view name,
115-
std::shared_ptr<Type> type) {
116-
return AddColumnInternal(std::move(parent), name, /*is_optional=*/false,
117-
std::move(type), "");
118-
}
119-
120113
UpdateSchema& UpdateSchema::AddRequiredColumn(std::optional<std::string_view> parent,
121114
std::string_view name,
122115
std::shared_ptr<Type> type,

0 commit comments

Comments
 (0)