# 🔍 Description ## Issue References 🔗 This pull request fixes #5509 ## Describe Your Solution 🔧 Added [Apache Impala](https://impala.apache.org) support in the form of the JDBC engine dialect. Slightly modified Kyuubi Hive JDBC driver in order to use it as driver for Impala dialect instead of the original Hive driver. ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 #### Related Unit Tests - `org.apache.kyuubi.engine.jdbc.impala.OperationWithImpalaEngineSuite` - `org.apache.kyuubi.engine.jdbc.impala.SessionSuite` - `org.apache.kyuubi.engine.jdbc.impala.StatementSuite` #### Related Integration Tests - `org.apache.kyuubi.it.jdbc.impala.OperationWithServerSuite` - `org.apache.kyuubi.it.jdbc.impala.SessionWithServerSuite` - `org.apache.kyuubi.it.jdbc.impala.StatementWithServerSuite` --- # Checklist 📝 - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6104 from tigrulya-exe/feature/5509-support-impala-jdbc-dialect. Closes #5509 32ae6d846 [Tigran Manasyan] Codestyle fixes 985212561 [Tigran Manasyan] fix review comments ecb0d7dca [Tigran Manasyan] copy impala compose file to integration tests resources 5ea347430 [Tigran Manasyan] fix order in services file 2c63a7003 [Tigran Manasyan] Add Apache Impala JDBC engine dialect Authored-by: Tigran Manasyan <t.manasyan@arenadata.io> Signed-off-by: Cheng Pan <chengpan@apache.org> |
||
|---|---|---|
| .. | ||
| src/test | ||
| pom.xml | ||