Skip to content

Commit

Permalink
purposely introduce a fmt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Dec 16, 2024
1 parent efe8af4 commit 440e520
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions parquet/src/arrow/schema/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,7 @@ pub fn arrow_to_parquet_schema_with_root(
Ok(SchemaDescriptor::new(Arc::new(group)))
}

fn parse_key_value_metadata(
key_value_metadata: Option<&Vec<KeyValue>>,
) -> Option<HashMap<String, String>> {
fn parse_key_value_metadata(key_value_metadata: Option<&Vec<KeyValue>>) -> Option<HashMap<String, String>> {
match key_value_metadata {
Some(key_values) => {
let map: HashMap<String, String> = key_values
Expand Down

0 comments on commit 440e520

Please sign in to comment.