Skip to content

Commit

Permalink
Fix num trait
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefffrey committed Nov 7, 2023
1 parent 3a8bec0 commit fa70501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet/src/record/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use std::fmt;

use chrono::{TimeZone, Utc};
use half::f16;
use num::Float;
use num::traits::Float;
use num_bigint::{BigInt, Sign};

use crate::basic::{ConvertedType, LogicalType, Type as PhysicalType};
Expand Down

0 comments on commit fa70501

Please sign in to comment.