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
SELECT
CASE WHEN col IS NULL THEN [] ELSE col END as COL
FROM
table
What appears to be happening is table spreads across multiple files, the first file has nulls for col later files do not. [] is being interpreted as one type but this isn't the type of the ARRAY column in the subsequent files.
The text was updated successfully, but these errors were encountered:
Customer has a query which they cannot share.
It generally follows this pattern:
What appears to be happening is table spreads across multiple files, the first file has nulls for
col
later files do not.[]
is being interpreted as one type but this isn't the type of the ARRAY column in the subsequent files.The text was updated successfully, but these errors were encountered: