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 efe8af4 commit 440e520Copy full SHA for 440e520
parquet/src/arrow/schema/mod.rs
@@ -249,9 +249,7 @@ pub fn arrow_to_parquet_schema_with_root(
249
Ok(SchemaDescriptor::new(Arc::new(group)))
250
}
251
252
-fn parse_key_value_metadata(
253
- key_value_metadata: Option<&Vec<KeyValue>>,
254
-) -> Option<HashMap<String, String>> {
+fn parse_key_value_metadata(key_value_metadata: Option<&Vec<KeyValue>>) -> Option<HashMap<String, String>> {
255
match key_value_metadata {
256
Some(key_values) => {
257
let map: HashMap<String, String> = key_values
0 commit comments