deniskuzZ commented on PR #8202:
URL: https://github.com/apache/iceberg/pull/8202#issuecomment-4661400985

   > Apache Datasketches allows to create ReqSketch or t-digest histogram 
sketches. Other histogram sketch algorithms might be added in the future. I 
mean that it would be nice to be able to store a t-digest sketch in Iceberg, 
instead of a KLL sketch. If we follow that approach, it should be possible to 
define the type per column, so that, e.g., column `a` could have a KLL sketch, 
and column `b` a t-digest sketch.
   
   Is this what you mean:
   
   sketch {
     type: KLL | TDIGEST | REQ
     payload: bytes
   }


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to