apache / kyuubi

Apache Kyuubi is a distributed and multi-tenant gateway to provide serverless SQL on data warehouses and lakehouses.
https://kyuubi.apache.org/
Apache License 2.0
2.11k stars 915 forks source link

JDBC Engine supports Oracle #6815

Open naive-zhang opened 2 days ago

naive-zhang commented 2 days ago

:mag: Description

Issue References ๐Ÿ”—

This pull request fixes #

Describe Your Solution ๐Ÿ”ง

Currently, Kyuubi supports JDBC engines with limited dialects, and I extend the dialects to support Oracle.

Types of changes :bookmark:

Test Plan ๐Ÿงช

Behavior Without This Pull Request :coffin:

Behavior With This Pull Request :tada:

Supported Oracle in JDBC engine.

Related Unit Tests

Add tests of OperationWithOracleEngineSuite, OracleOperationSuite, OracleSessionSuite and OracleStatementSuite.


Checklist ๐Ÿ“

Be nice. Be informative.

codecov-commenter commented 2 days ago

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 0.00%. Comparing base (27e7254) to head (2f1b5ed). Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
...g/apache/kyuubi/jdbc/hive/KyuubiBaseResultSet.java 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6815 +/- ## ====================================== Coverage 0.00% 0.00% ====================================== Files 687 687 Lines 42442 42444 +2 Branches 5793 5794 +1 ====================================== - Misses 42442 42444 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


๐Ÿšจ Try these New Features: