diff --git a/docs/connection/db_connection/clickhouse/types.rst b/docs/connection/db_connection/clickhouse/types.rst index 19f052d5..00a71551 100644 --- a/docs/connection/db_connection/clickhouse/types.rst +++ b/docs/connection/db_connection/clickhouse/types.rst @@ -329,7 +329,7 @@ Columns of these Clickhouse types cannot be read by Spark: * ``SimpleAggregateFunction(func, T)`` * ``Tuple(T1, T2, ...)`` -Dataframe with these Spark types be written to Clickhouse: +Dataframe with these Spark types cannot be written to Clickhouse: * ``ArrayType(T)`` * ``BinaryType()`` * ``CharType(N)`` @@ -365,6 +365,7 @@ For parsing JSON columns in ClickHouse, :obj:`JSON.parse_column