Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanc-n committed Nov 26, 2024
1 parent 2101112 commit 403cfa7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ where
build_primitive(split, null_group)
}
};
let array_ref = Arc::new(array.with_data_type(self.data_type.clone())) as ArrayRef;
let array_ref =
Arc::new(array.with_data_type(self.data_type.clone())) as ArrayRef;

let adjusted_array = adjust_output_array(&self.data_type, array_ref)
.expect("Failed to adjust array data type");
Expand Down

0 comments on commit 403cfa7

Please sign in to comment.