Skip to content

Commit 5aa92ae

Browse files
committed
Adapt comment
1 parent f273add commit 5aa92ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/iceberg/src/metadata_columns.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pub fn get_metadata_field_id(column_name: &str) -> Result<i32> {
7070
/// * `field_id` - The field ID to check
7171
///
7272
/// # Returns
73-
/// `true` if the field ID is a metadata field, `false` otherwise
73+
/// `true` if the field ID is a (currently supported) metadata field, `false` otherwise
7474
pub fn is_metadata_field(field_id: i32) -> bool {
7575
field_id == RESERVED_FIELD_ID_FILE
7676
// Additional metadata fields can be checked here in the future

0 commit comments

Comments
 (0)