The iceberg side requires:
A serialized form of a "compact" Theta sketch generated by the Apache DataSketches library.
From https://iceberg.apache.org/puffin-spec/?h=datas#apache-datasketches-theta-v1-blob-type
We use Theta to store values such as ndv.
I'm interested in implementing this feature. However, my current bandwidth is limited, so it might be better not to include it in the v0.1 release.
The iceberg side requires:
We use
Thetato store values such asndv.I'm interested in implementing this feature. However, my current bandwidth is limited, so it might be better not to include it in the v0.1 release.