Skip to content

Commit

Permalink
chore: remove unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sdd committed Sep 23, 2024
1 parent 3f45959 commit 36a00fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/iceberg/src/arrow/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ fn visit_schema<V: ArrowSchemaVisitor>(schema: &ArrowSchema, visitor: &mut V) ->
}

/// Convert Arrow schema to Iceberg schema.
// #[allow(dead_code)]
pub fn arrow_schema_to_schema(schema: &ArrowSchema) -> Result<Schema> {
let mut visitor = ArrowSchemaConverter::new();
visit_schema(schema, &mut visitor)
Expand Down

0 comments on commit 36a00fc

Please sign in to comment.