We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug
arrow-rs/arrow-data/src/decimal.rs
Line 745 in c63b81d
#[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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
arrow-rs/arrow-data/src/decimal.rs
Line 745 in c63b81d
That I believe should be
To Reproduce
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: