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

Fix parsing of list and map schemas from metadata JSON file #87

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

jhump
Copy link
Contributor

@jhump jhump commented Dec 6, 2024

I don't think this change broke any tests. At the least, running make succeeds with this change. Maybe there is a particular target I should be running to run the tests?

If there are in fact no tests covering this, any recommendation on where I should add them? I've only worked in a few C++ repos (I am much more at home in Go and Java repos), so if there are any patterns or advice on writing unit tests, that would be great. But even just pointing me in the direction of similar-ish tests, so I know what new tests should roughly look like, would be great.

Fixes #47.

@samansmink
Copy link
Collaborator

LGTM, thanks!

@samansmink samansmink merged commit 53ea574 into duckdb:main Dec 13, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IOException when querying table with a list<int> column.
2 participants