Skip to content

Conversation

lnkuiper
Copy link
Contributor

I thought I fixed this when I fixed duckdb/duckdb-fuzzer#132, but then duckdb/duckdb-fuzzer#135 popped up.

The problem was with nested lists. If we have this:

LIST (        // a
    LIST (    // b
        INT   // c
    )
)

I was computing the size of c without ever using b, which was obviously wrong.

This change also fixes #7667

@Mytherin Mytherin merged commit e08e74a into duckdb:master May 31, 2023
@Mytherin
Copy link
Collaborator

Thanks for the PR! Looks great.

@lnkuiper lnkuiper deleted the tdc_fixes branch June 26, 2023 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants