{{ message }}
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
Commit 2326ad6
authored
fix: handle unsupported types and empty results in describe (#2506)
The .describe() method attempts to compute metrics like mean, max, and
unique on all columns. For MM complex types (structs representing
images/videos), running COUNT(DISTINCT column) or mathematical
aggregates is physically prohibited by BigQuery and raises syntax/type
validation errors.
We limit aggregations on OBJ_REF_DTYPE and JSON columns to only a basic
.count(), skipping unhashable/unsupported summary metrics.
Fixes #<452681068> 🦕1 parent 91b6c24 commit 2326ad6
2 files changed
Lines changed: 45 additions & 3 deletions

0 commit comments