Skip to content

Conversation

@zy-kkk
Copy link
Member

@zy-kkk zy-kkk commented Feb 12, 2025

cherry-pick from (#46026)

…sions (apache#46026)

### What problem does this PR solve?

Issue Number: close #xxx

Related PR: #xxx

Problem Summary:
1. Since clickhouse changes the database level in jdbc metadata from
schema to catalog in JDBC Driver 0.5.0 and later, we need to be
compatible with this change
2. Since clickhouse JDBC Driver supports getting metadata from prepared
statements only in Driver version 0.6.2 and later, if you use query tvf
to query clickhouse catalog, you need to use a driver later than this
version
3. Delete some tests and add them again later
@Thearas
Copy link
Contributor

Thearas commented Feb 12, 2025

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@zy-kkk
Copy link
Member Author

zy-kkk commented Feb 12, 2025

run buildall

@yiguolei yiguolei merged commit 3ec900e into apache:branch-2.1 Feb 13, 2025
20 checks passed
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.

3 participants