Skip to content
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

Open
YahorBurakevich opened this issue Feb 8, 2024 · 4 comments
Open

I cannot use OPTION 'properties.*'. #118

YahorBurakevich opened this issue Feb 8, 2024 · 4 comments
Assignees

Comments

@YahorBurakevich
Copy link


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); to
connectionProvider = new ClickHouseConnectionProvider(options, connectionProperties);

@itinycheng
Copy link
Owner

Hi @YahorBurakevich

Can you describe the scenario where you have to pass 'properties.*' to this temporary ClickHouse connection?

@YahorBurakevich
Copy link
Author

YahorBurakevich commented Feb 22, 2024

Hi, @itinycheng
I need to use ssl mode for connect to Clickhouse. I passed properties.ssl = true

@itinycheng
Copy link
Owner

itinycheng commented Feb 23, 2024

Hi, @itinycheng I need to use ssl mode for connect to Clickhouse. I passed properties.ssl = true

@YahorBurakevich

Ok, got it.
Use new ClickHouseConnectionProvider(options, connectionProperties); seems more reasonable here.
I'll find time to fix it.

@czy006
Copy link
Collaborator

czy006 commented Jun 14, 2024

@itinycheng I test properties.ssl = false,it seems not work on flink sql

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants