Closed burmecia closed 2 months ago
This PR is to add Nullable<T> data type support for Clickhouse FDW.
Nullable<T>
Currently Nullable<T> data type is not supported.
Nullable<T> data type is supported.
This PR also upgraded dependent Clickhouse client lib.
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.