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

feat(clickhouse): add Nullable data type support #343

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

burmecia
Copy link
Member

What kind of change does this PR introduce?

This PR is to add Nullable<T> data type support for Clickhouse FDW.

What is the current behavior?

Currently Nullable<T> data type is not supported.

What is the new behavior?

Nullable<T> data type is supported.

Additional context

This PR also upgraded dependent Clickhouse client lib.

@burmecia burmecia added the clickhouse Clickhouse related issues label Sep 10, 2024
@burmecia burmecia requested a review from imor September 11, 2024 08:09
@burmecia burmecia merged commit ac3edd6 into main Sep 11, 2024
3 checks passed
@burmecia burmecia deleted the bo/feat/clickhouse-nullable branch September 11, 2024 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clickhouse Clickhouse related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants