-
Notifications
You must be signed in to change notification settings - Fork 995
Closed
Labels
arrowChanges to the arrow crateChanges to the arrow cratebuggood first issueGood for newcomersGood for newcomers
Description
Describe the bug
arrow-rs/arrow-data/src/decimal.rs
Line 745 in c63b81d
note = "Use MIN_DECIMAL_FOR_EACH_PRECISION (note indexes are different)" |
#[deprecated(
since = "54.1.0",
note = "Use MIN_DECIMAL_FOR_EACH_PRECISION (note indexes are different)"
)]
pub const MIN_DECIMAL_FOR_EACH_PRECISION: [i128; 38] = [
That I believe should be
note = "Use MIN_DECIMAL128_FOR_EACH_PRECISION (note indexes are different)"
To Reproduce
Expected behavior
Additional context
alamb
Metadata
Metadata
Assignees
Labels
arrowChanges to the arrow crateChanges to the arrow cratebuggood first issueGood for newcomersGood for newcomers