News

Applying a filter to a row_count check only applies to the metric, not the external column we're evaluating against. I can see why this is expected behaviour, but I would like a way to optionally ...
I have a use-case where I need to count rows given a certain filter, and I was expecting it to be doable with PyIceberg as a metadata-only operation, given that manifest files contain counts of rows ...