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 39fbe30 commit 669e0e7Copy full SHA for 669e0e7
src/iceberg/name_mapping.h
@@ -39,7 +39,6 @@ struct ICEBERG_EXPORT MappedField {
39
/// \brief A required list of 0 or more names for a field.
40
std::unordered_set<std::string> names;
41
/// \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
43
std::optional<int32_t> field_id;
44
/// \brief An optional list of field mappings for child field of structs, maps, and
45
/// lists.
0 commit comments