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

[branch-2.1][improvement](jdbc catalog) Compatible with ojdbc6 by adding version check #39408

Merged
merged 1 commit into from
Aug 17, 2024

Conversation

zy-kkk
Copy link
Member

@zy-kkk zy-kkk commented Aug 15, 2024

pick (#39341)

In previous versions, we used a method based on JDBC 4.2 to read data, so it was equivalent to abandoning support for ojdbc6. However, we recently found that a large number of users still use Oracle version 11g, which will have some unexpected compatibility issues when using ojdbc8 to connect. Therefore, I use version verification to make it compatible with both ojdbc6 and ojdbc8, so that good compatibility can be obtained through ojdbc6, and better reading efficiency can be obtained through ojdbc8.

…check (apache#39341)

In previous versions, we used a method based on JDBC 4.2 to read data,
so it was equivalent to abandoning support for ojdbc6. However, we
recently found that a large number of users still use Oracle version
11g, which will have some unexpected compatibility issues when using
ojdbc8 to connect. Therefore, I use version verification to make it
compatible with both ojdbc6 and ojdbc8, so that good compatibility can
be obtained through ojdbc6, and better reading efficiency can be
obtained through ojdbc8.
@doris-robot
Copy link

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

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@zy-kkk
Copy link
Member Author

zy-kkk commented Aug 15, 2024

run buildall

@zy-kkk zy-kkk changed the title [improvement](jdbc catalog) Compatible with ojdbc6 by adding version check [branch-2.1][improvement](jdbc catalog) Compatible with ojdbc6 by adding version check Aug 15, 2024
@zy-kkk
Copy link
Member Author

zy-kkk commented Aug 16, 2024

run feut

@yiguolei yiguolei merged commit 20936fe into apache:branch-2.1 Aug 17, 2024
22 of 23 checks passed
@yiguolei yiguolei mentioned this pull request Sep 5, 2024
3 tasks
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