ozankabak commented on issue #8078:
URL: 
https://github.com/apache/arrow-datafusion/issues/8078#issuecomment-1804546752

   Any thoughts on @berkaysynnada's proposal; i.e.
   
   ```
   enum PointEstimate {
       Exact(T),
       Inexact(T),
       Absent,
   }
   enum Precision {
       PointEstimate,
       Range(PointEstimate, PointEstimate)
   }
   ```
   
   I think extending the `Precision` struct like this, along with bugfixes like 
#8094, will address #8099.


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