The JOIN is corrupted when trying to join the lense filter inside: https://github.com/HTTPArchive/bigquery/blob/cf4698469baea9b254537c451ce7282f9fa255d0/sql/histograms/cruxShopifyThemes.sql#L165C1-L168C3
Result:
) AS pct_good_cwv
FROM
`chrome-ux-report.materialized.device_summary` WHERE experimental.popularity.rank <= 1000000
JOIN archive_pages
ON
So eventually only ALL lense succeeds.
The JOIN is corrupted when trying to join the lense filter inside: https://github.com/HTTPArchive/bigquery/blob/cf4698469baea9b254537c451ce7282f9fa255d0/sql/histograms/cruxShopifyThemes.sql#L165C1-L168C3
Result:
So eventually only
ALLlense succeeds.