1. Evaluate Bloom filter and zone map pruning on multi-row-group files
Data Platform EngineerBackground
A data engineer wants to verify whether point queries on an ID column are pruned by zone maps or Bloom filters across multiple row groups.
Problem
Unclear whether query engines will prune row groups or scan entire partitions for point lookups.
How to use
Upload the Parquet file and supply target WHERE clauses in the predicates text area.
id = 75
id > 60
name = 'zeta'Outcome
Receives an HTML report showing row group 0 pruned by zone maps, Bloom filter hit details, and the exact byte savings achieved.