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

Upgrade ClickHouse JDBC driver to 0.5.0 #19342

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

ebyhr
Copy link
Member

@ebyhr ebyhr commented Oct 11, 2023

Description

Upgrade ClickHouse JDBC driver to 0.5.0
https://github.com/ClickHouse/clickhouse-java/releases/tag/v0.5.0

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.

@cla-bot cla-bot bot added the cla-signed label Oct 11, 2023
@ebyhr
Copy link
Member Author

ebyhr commented Oct 11, 2023

built-pt hit:

 Failed to execute goal io.takari.maven.plugins:takari-lifecycle-plugin:2.1.1:install (default-install) on project trino-server: Failed to install artifact io.trino:trino-server:tar.gz:429-SNAPSHOT: No space left on device -> [Help 1]

https://github.com/trinodb/trino/actions/runs/6477750264/job/17588435959?pr=19342
cc: @wendigo

@@ -243,6 +245,26 @@ public boolean supportsAggregationPushdown(ConnectorSession session, JdbcTableHa
return preventTextualTypeAggregationPushdown(groupingSets);
}

@Override
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new code are almost the same as MySqlClient.

@ebyhr
Copy link
Member Author

ebyhr commented Oct 11, 2023

@wendigo Sorry, I was missing #19320. Upgrading the library requires some code changes as far as @mayankvadariya confirmed.

@ebyhr ebyhr merged commit b685d9a into trinodb:master Oct 11, 2023
@ebyhr ebyhr deleted the ebi/clickhouse-jdbc branch October 11, 2023 06:12
@github-actions github-actions bot added this to the 429 milestone Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants