kyuubi/kyuubi-hive-jdbc
wforget 4f76373b7f [KYUUBI #6346] Change Kyuubi JDBC Driver default port and make it effective
# 🔍 Description
## Issue References 🔗

This pull request fixes #6346

## Describe Your Solution 🔧

Change Kyuubi JDBC Driver default port and make it effective.

## Types of changes 🔖

- [X] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Test Plan 🧪

#### Behavior Without This Pull Request ⚰️

#### Behavior With This Pull Request 🎉

#### Related Unit Tests

---

# 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 #6347 from wForget/KYUUBI-6346.

Closes #6346

0a3085205 [wforget] [KYUUBI #6346] Change Kyuubi JDBC Driver default port and make it effective

Authored-by: wforget <643348094@qq.com>
Signed-off-by: wforget <643348094@qq.com>
2024-05-08 10:27:54 +08:00
..
src [KYUUBI #6346] Change Kyuubi JDBC Driver default port and make it effective 2024-05-08 10:27:54 +08:00
pom.xml [RELEASE] Bump 1.10.0-SNAPSHOT 2024-03-13 14:24:49 +08:00
README.md [KYUUBI #4312] [DOCS] Include **/README.md in markdown style check 2023-02-14 02:23:32 +08:00

Kyuubi Hive JDBC Module

Aiming to make a better supported client for Kyuubi and Spark

  • Add catalog to getTables meta function for DataLakes (DONE, broken in v1.3.0-incubating, fixed in v1.3.1-incubating)
  • Deploy to maven central (DONE, available since v1.3.0-incubating)
  • Create shaded jar (DONE, available since v1.4.0-incubating)
  • Remove Hive dependencies (DONE, available since v1.6.0-incubating)