@@ -123,7 +123,7 @@ The supported formats are:
123
123
124
124
### Supported Data Types {#supported-data-types}
125
125
126
- #### Standard Types Support {#standard-types-support}
126
+ #### Standard types support {#standard-types-support}
127
127
The following standard ClickHouse data types are currently supported in ClickPipes:
128
128
129
129
- Base numeric types - \[ U\] Int8/16/32/64 and Float32/64
@@ -142,7 +142,7 @@ The following standard ClickHouse data types are currently supported in ClickPip
142
142
- Map with keys and values using any of the above types (including Nullables)
143
143
- Tuple and Array with elements using any of the above types (including Nullables, one level depth only)
144
144
145
- #### Variant Type Support (Experimental ) {#variant-type-support}
145
+ #### Variant type support (experimental ) {#variant-type-support}
146
146
Variant type support is automatic if your Cloud service is running ClickHouse 25.3 or later. Otherwise, you will
147
147
have to submit a support ticket to enable it on your service.
148
148
@@ -153,7 +153,7 @@ appropriate variant type. Variant types are not otherwise supported for Avro da
153
153
in the source data stream. Because of the way ClickPipes determines the correct variant subtype to use, only one integer or datetime
154
154
type can be used in the Variant definition - for example, ` Variant(Int64, UInt32) ` is not supported.
155
155
156
- #### JSON Type Support (Experimental ) {#json-type-support}
156
+ #### JSON type support (experimental ) {#json-type-support}
157
157
JSON type support is automatic if your Cloud service is running ClickHouse 25.3 or later. Otherwise, you will
158
158
have to submit a support ticket to enable it on your service.
159
159
0 commit comments