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

Use com.clickhouse.jdbc.ClickHouseDriver in ClickHouse connector #10541

Closed
ebyhr opened this issue Jan 11, 2022 · 1 comment · Fixed by #10801
Closed

Use com.clickhouse.jdbc.ClickHouseDriver in ClickHouse connector #10541

ebyhr opened this issue Jan 11, 2022 · 1 comment · Fixed by #10801
Assignees
Labels
good first issue Good for newcomers maintenance Project maintenance task

Comments

@ebyhr
Copy link
Member

ebyhr commented Jan 11, 2022

We should use com.clickhouse.jdbc.ClickHouseDriver instead of ru.yandex.clickhouse.ClickHouseDriver.

2022-01-11T18:45:27.806+0900	WARN	main	ru.yandex.clickhouse.ClickHouseDriver	******************************************************************************************
2022-01-11T18:45:27.806+0900	WARN	main	ru.yandex.clickhouse.ClickHouseDriver	* This driver is DEPRECATED. Please use [com.clickhouse.jdbc.ClickHouseDriver] instead.  *
2022-01-11T18:45:27.807+0900	WARN	main	ru.yandex.clickhouse.ClickHouseDriver	* Also everything in package [ru.yandex.clickhouse] will be removed starting from 0.4.0. *
2022-01-11T18:45:27.807+0900	WARN	main	ru.yandex.clickhouse.ClickHouseDriver	******************************************************************************************
@ebyhr ebyhr added good first issue Good for newcomers maintenance Project maintenance task labels Jan 11, 2022
@tangjiangling
Copy link
Member

@ebyhr I'd like to try this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers maintenance Project maintenance task
2 participants