mbrobbel opened a new pull request, #3177:
URL: https://github.com/apache/arrow-rs/pull/3177

   # Rationale for this change
    
   When building something with `arrow-schema` it's useful to have these 
constants without having to depend on `arrow-data`.
   
   # What changes are included in this PR?
   
   This change moves the following decimal related constants from the 
`arrow-data` to the `arrow-schema` crate:
   - `MAX_DECIMAL_FOR_EACH_PRECISION`
   - `MIN_DECIMAL_FOR_EACH_PRECISION`
   - `DECIMAL128_MAX_PRECISION`
   - `DECIMAL128_MAX_SCALE`
   - `DECIMAL256_MAX_PRECISION`
   - `DECIMAL256_MAX_SCALE`
   - `DECIMAL_DEFAULT_SCALE`
   
   # Are there any user-facing changes?
   
   Yes, this is a breaking change. It requires updating `use` statements in 
dependent crates. We could `pub use` these constants from the `arrow-data` 
crate to prevent this.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to