thomasrebele commented on PR #8202: URL: https://github.com/apache/iceberg/pull/8202#issuecomment-4661270856
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. 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. -- 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]
