Skip to content

[Enhancement]: remove usage of deprecated ru.yandex in clickhouse module #6168

@awaizman1

Description

@awaizman1

Module

Clickhouse

Proposal

Since clickhouse jdbc driver v0.3.2, the ru.yandex package is deprecated (see https://github.com/ClickHouse/clickhouse-jdbc).

seems like the clickhouse module still import ru.yandex.* (will be removed from v0.4).

Came into this since new package implementation (com.clickhouse.*) is different from old one in the way it handles transactions (instead of throwing exception in Connection.setAutoCommit, it now handles it somehow).
This makes my Spring-boot tests with @jdbcTest annotation fail with test container but pass with connecting to already running container.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions