You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Runend exporter falls back to canonicalization from #7951 since duckdb's Flatten() for dictionary arrays is 3x slower. However, instead of canonicalizing the whole array we can use the selection vector to canonicalize only the elements we need.
Runend exporter falls back to canonicalization from #7951 since duckdb's Flatten() for dictionary arrays is 3x slower. However, instead of canonicalizing the whole array we can use the selection vector to canonicalize only the elements we need.