RootCauseunvalidated
UNNEST was applied in a way that expands the arrays into separate sets rather than zipping corresponding elements per row, causing cross-column mixing when selected as (id,name,phone).
ff29105a-2af0-43f8-bd71-e320c6b03553
UNNEST was applied in a way that expands the arrays into separate sets rather than zipping corresponding elements per row, causing cross-column mixing when selected as (id,name,phone).