Skip to content

Commit 669e0e7

Browse files
authored
Update src/iceberg/name_mapping.h
1 parent 39fbe30 commit 669e0e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/iceberg/name_mapping.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ struct ICEBERG_EXPORT MappedField {
3939
/// \brief A required list of 0 or more names for a field.
4040
std::unordered_set<std::string> names;
4141
/// \brief An optional Iceberg field ID used when a field's name is present in `names`.
42-
/// TODO(gangwu): check if we need to make it optional
4342
std::optional<int32_t> field_id;
4443
/// \brief An optional list of field mappings for child field of structs, maps, and
4544
/// lists.

0 commit comments

Comments
 (0)