Open naive-zhang opened 2 days ago
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: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
๐จ Try these New Features:
: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
andOracleStatementSuite
.Checklist ๐
Be nice. Be informative.