We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abae59 commit b484551Copy full SHA for b484551
1 file changed
flow/connectors/clickhouse/type_conversion.go
@@ -10,7 +10,8 @@ This file handles the mapping for ClickHouse destination types and
10
their corresponding TypeConversion implementations. A TypeConversion
11
object contains two functions: one for schema conversion (QField) and
12
one for value conversion (QValue). This allows the avro writer to
13
-write the schema/data to the desired destination type in ClickHouse.
+stage the schema/data in the converted type format, and therefore
14
+successfully uploaded to the desired destination type in ClickHouse.
15
16
To add a type conversion:
17
(1) In flow/model/qvalue/type_converter.go:
0 commit comments