-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
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
I cannot use OPTION 'properties.*'. #118
Comments
Can you describe the scenario where you have to pass 'properties.*' to this temporary ClickHouse connection? |
Hi, @itinycheng |
Ok, got it. |
@itinycheng I test properties.ssl = false,it seems not work on flink sql |
flink-connector-clickhouse/flink-connector-clickhouse/src/main/java/org/apache/flink/connector/clickhouse/internal/AbstractClickHouseOutputFormat.java
Line 192 in a71a0ed
I cannot use OPTION 'properties.*', it does not work, it always empty in ClickHouseConnectionProvider class.
If I changed code like this, it works for me -
connectionProvider = new ClickHouseConnectionProvider(options);
toconnectionProvider = new ClickHouseConnectionProvider(options, connectionProperties);
The text was updated successfully, but these errors were encountered: