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 f273add commit 5aa92aeCopy full SHA for 5aa92ae
crates/iceberg/src/metadata_columns.rs
@@ -70,7 +70,7 @@ pub fn get_metadata_field_id(column_name: &str) -> Result<i32> {
70
/// * `field_id` - The field ID to check
71
///
72
/// # Returns
73
-/// `true` if the field ID is a metadata field, `false` otherwise
+/// `true` if the field ID is a (currently supported) metadata field, `false` otherwise
74
pub fn is_metadata_field(field_id: i32) -> bool {
75
field_id == RESERVED_FIELD_ID_FILE
76
// Additional metadata fields can be checked here in the future
0 commit comments