Skip to content

[improve]: upgrade clickhouse jdbc version to 0.8.2 #163

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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

potoo0
Copy link

@potoo0 potoo0 commented Mar 10, 2025

Why are the changes needed?

Close #157.

Brief change log

  • upgrade clickhouse jdbc from 0.6.4 to 0.8.2,
    breaking: username and password must be set(password allow empty)
  • fix the url of Connector Options in README

How was this patch tested?

  • Add some test cases that check the changes thoroughly including negative and positive cases if possible

  • Add screenshots for manual tests if appropriate

  • Run test locally before making a pull request

Documentation

  • Does this pull request introduce a new feature? (yes / no): no
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)

@itinycheng
Copy link
Owner

Hi @potoo0

Thanks for this PR.
However, it's quite large and includes many changes unrelated to the PR's purpose.
Can you split those changes into multiple PRs with separate goals? Let this PR be more focused.

@potoo0 potoo0 marked this pull request as draft April 17, 2025 15:11
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

Successfully merging this pull request may close these issues.

[Improve]: upgrade clickhouse java jdbc to 0.7.0
2 participants