diff --git a/arrow/examples/dynamic_types.rs b/arrow/examples/dynamic_types.rs index 15160353f16c..f98596f2e777 100644 --- a/arrow/examples/dynamic_types.rs +++ b/arrow/examples/dynamic_types.rs @@ -105,7 +105,8 @@ fn process(batch: &RecordBatch) { id.clone(), // NOTE: this is cloning the Arc not the array data Arc::new(Float64Array::from(nested_c.data().clone())), ], - ).unwrap(); + ) + .unwrap(); #[cfg(feature = "prettyprint")] {