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

Nullable nested column #1857

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

javiercj93
Copy link
Contributor

@javiercj93 javiercj93 commented Oct 8, 2024

Summary

When using the client-v2 with nullable nested columns, client-v2 was unable to insert them as it was treating the inner items as non nullable. Have not tested it but I guess that the same thing was happening for Array(Nullable(column_type)).

These changes aim to check whether array base column is nullable and if the item in the array is also null, serialize null.

Closes: #1858

Checklist

Delete items not relevant to your PR:

  • [x ] Unit and integration tests covering the common scenarios were added

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.

[client-v2] failing when serializing nested nullable columns.
1 participant