Skip to content

Commit

Permalink
Remove unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Nov 9, 2022
1 parent 172809d commit 74f2552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-array/src/array/primitive_array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ impl<T: DecimalType + ArrowPrimitiveType> PrimitiveArray<T> {
/// 2. `scale` is larger than `T::MAX_SCALE`
/// 3. `scale` is > `precision`
pub fn with_precision_and_scale(
&self,
self,
precision: u8,
scale: u8,
) -> Result<Self, ArrowError>
Expand Down

0 comments on commit 74f2552

Please sign in to comment.