Skip to content

Commit

Permalink
fix: Optimize CheckOverflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuyukitanimura committed Aug 20, 2024
1 parent 59ba422 commit 494cf8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use std::{
};

use arrow::{
array::{as_primitive_array, Array, ArrayRef, Decimal128Array, PrimitiveArray},
array::{as_primitive_array, Array, ArrayRef, Decimal128Array},
datatypes::{Decimal128Type, DecimalType},
record_batch::RecordBatch,
};
Expand Down

0 comments on commit 494cf8d

Please sign in to comment.