Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🪲 List columns and functions #2321

Open
joocer opened this issue Jan 25, 2025 · 0 comments
Open

🪲 List columns and functions #2321

joocer opened this issue Jan 25, 2025 · 0 comments
Labels
Bug 🪲 Something isn't working High Priority 1️⃣

Comments

@joocer
Copy link
Contributor

joocer commented Jan 25, 2025

Customer has a query which they cannot share.

It generally follows this pattern:

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.

@joocer joocer added Bug 🪲 Something isn't working High Priority 1️⃣ labels Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🪲 Something isn't working High Priority 1️⃣
Projects
None yet
Development

No branches or pull requests

1 participant