Skip to content

Commit 3da1765

Browse files
committed
Revert "purposely introduce a fmt issue"
This reverts commit 440e520.
1 parent 440e520 commit 3da1765

File tree

1 file changed

+3
-1
lines changed
  • parquet/src/arrow/schema

1 file changed

+3
-1
lines changed

parquet/src/arrow/schema/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,9 @@ pub fn arrow_to_parquet_schema_with_root(
249249
Ok(SchemaDescriptor::new(Arc::new(group)))
250250
}
251251

252-
fn parse_key_value_metadata(key_value_metadata: Option<&Vec<KeyValue>>) -> Option<HashMap<String, String>> {
252+
fn parse_key_value_metadata(
253+
key_value_metadata: Option<&Vec<KeyValue>>,
254+
) -> Option<HashMap<String, String>> {
253255
match key_value_metadata {
254256
Some(key_values) => {
255257
let map: HashMap<String, String> = key_values

0 commit comments

Comments
 (0)