Skip to content

Commit b484551

Browse files
committed
nit
1 parent 6abae59 commit b484551

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

flow/connectors/clickhouse/type_conversion.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ This file handles the mapping for ClickHouse destination types and
1010
their corresponding TypeConversion implementations. A TypeConversion
1111
object contains two functions: one for schema conversion (QField) and
1212
one for value conversion (QValue). This allows the avro writer to
13-
write the schema/data to the desired destination type in ClickHouse.
13+
stage the schema/data in the converted type format, and therefore
14+
successfully uploaded to the desired destination type in ClickHouse.
1415
1516
To add a type conversion:
1617
(1) In flow/model/qvalue/type_converter.go:

0 commit comments

Comments
 (0)