We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We can add settings to ClickHouse SQL when using ClickHouse client. For example:
SELECT * FROM replacing_merge_tree_table SETTINGS final=1;
Currently, there is not way to achieve this in clickhouse-connector.
Maybe clickhouse-connector can read settings starting with spark.clickhouse.settings. and apply them when read/write clickhouse tables.
spark.clickhouse.settings.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
We can add settings to ClickHouse SQL when using ClickHouse client. For example:
Currently, there is not way to achieve this in clickhouse-connector.
Maybe clickhouse-connector can read settings starting with
spark.clickhouse.settings.
and apply them when read/write clickhouse tables.The text was updated successfully, but these errors were encountered: