Skip to content

Support to set ClickHouse insert settings when writing to a table #369

Closed as not planned
@mzitnik

Description

@mzitnik

We can add custom settings to ClickHouse SQL when running an insert.

Example:
INSERT INTO [table] SETTINGS [...]

Currently, there is no way to achieve this with the spark connector.

Maybe spark-clickhouse-connector can read settings starting with spark.clickhouse.write.settings. and apply them when write into clickhouse tables.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions