alamb opened a new pull request, #8172:
URL: https://github.com/apache/arrow-datafusion/pull/8172

   ## Which issue does this PR close?
   
   This is part of https://github.com/apache/arrow-datafusion/issues/8078
   
   ## Rationale for this change
   
   I am trying to improve the handling of statistics by changing the internal 
representation, so I would like less to change. 
   
   My longer term goal is to keep all the calculation and comparison code for 
`Statistics` within the `Statistics` class itself, which will make testing and 
changing implementation details
   
   
   ## What changes are included in this PR?
   
   1. remove some direct manipulation of `Precision` and use pre-existing 
methods `min`, `max` and `add`
   
   ## Are these changes tested?
   Covered by existing tests
   
   ## Are there any user-facing changes?
   No
   


-- 
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